Uses of Class
com.opencloud.sentinel.charging.ChargingInstance.Instruction
-
Packages that use ChargingInstance.Instruction Package Description com.opencloud.sentinel.charging -
-
Uses of ChargingInstance.Instruction in com.opencloud.sentinel.charging
Methods in com.opencloud.sentinel.charging that return ChargingInstance.Instruction Modifier and Type Method Description ChargingInstance.Instruction
ChargingInstance. getPendingChargingInstruction()
Determine if this charging instance has any pending charging instruction.static ChargingInstance.Instruction
ChargingInstance.Instruction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChargingInstance.Instruction[]
ChargingInstance.Instruction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-