Uses of Class
com.opencloud.sentinel.common.Ss7ThirdPartyCallOutcomes
-
Packages that use Ss7ThirdPartyCallOutcomes Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel services. -
-
Uses of Ss7ThirdPartyCallOutcomes in com.opencloud.sentinel.common
Methods in com.opencloud.sentinel.common that return Ss7ThirdPartyCallOutcomes Modifier and Type Method Description Ss7ThirdPartyCallOutcomes
SentinelSs7SessionState. getThirdPartyCallOutcome()
static Ss7ThirdPartyCallOutcomes
Ss7ThirdPartyCallOutcomes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Ss7ThirdPartyCallOutcomes[]
Ss7ThirdPartyCallOutcomes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.sentinel.common with parameters of type Ss7ThirdPartyCallOutcomes Modifier and Type Method Description void
SentinelSs7SessionState. setThirdPartyCallOutcome(Ss7ThirdPartyCallOutcomes outcome)
-