Uses of Class
com.opencloud.sentinel.common.EventChargingMethod
-
Packages that use EventChargingMethod Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel services. -
-
Uses of EventChargingMethod in com.opencloud.sentinel.common
Methods in com.opencloud.sentinel.common that return EventChargingMethod Modifier and Type Method Description EventChargingMethodSentinelDiameterMediationSessionState. getClientEventChargingMethod()EventChargingMethodSentinelDiameterMediationSessionState. getOcsEventChargingMethod()static EventChargingMethodEventChargingMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EventChargingMethod[]EventChargingMethod. 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 EventChargingMethod Modifier and Type Method Description voidSentinelDiameterMediationSessionState. setClientEventChargingMethod(EventChargingMethod ClientEventChargingMethod)voidSentinelDiameterMediationSessionState. setOcsEventChargingMethod(EventChargingMethod ClientEventChargingMethod)
-