Uses of Class
com.oracle.bmc.jms.model.FleetErrorReason
-
Packages that use FleetErrorReason Package Description com.oracle.bmc.jms.model -
-
Uses of FleetErrorReason in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return FleetErrorReason Modifier and Type Method Description static FleetErrorReason
FleetErrorReason. create(String key)
FleetErrorReason
FleetErrorAggregation. getReason()
Enum that uniquely identifies the fleet error.FleetErrorReason
FleetErrorDetails. getReason()
The fleet error reason.static FleetErrorReason
FleetErrorReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static FleetErrorReason[]
FleetErrorReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type FleetErrorReason Modifier and Type Method Description FleetErrorAggregation.Builder
FleetErrorAggregation.Builder. reason(FleetErrorReason reason)
Enum that uniquely identifies the fleet error.FleetErrorDetails.Builder
FleetErrorDetails.Builder. reason(FleetErrorReason reason)
The fleet error reason.Constructors in com.oracle.bmc.jms.model with parameters of type FleetErrorReason Constructor Description FleetErrorAggregation(FleetErrorReason reason, Integer count)
Deprecated.FleetErrorDetails(FleetErrorReason reason, String details, Date timeLastSeen)
Deprecated.
-