Uses of Class
com.opencloud.sentinel.charging.ChargingInstance.State
-
Packages that use ChargingInstance.State Package Description com.opencloud.sentinel.charging -
-
Uses of ChargingInstance.State in com.opencloud.sentinel.charging
Methods in com.opencloud.sentinel.charging that return ChargingInstance.State Modifier and Type Method Description ChargingInstance.State
ChargingInstance. getChargingState()
The current state of charging instancestatic ChargingInstance.State
ChargingInstance.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChargingInstance.State[]
ChargingInstance.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-