Uses of Enum Class
com.alipay.sofa.ark.spi.model.BizInfo.StateChangeReason
Packages that use BizInfo.StateChangeReason
-
Uses of BizInfo.StateChangeReason in com.alipay.sofa.ark.spi.model
Methods in com.alipay.sofa.ark.spi.model that return BizInfo.StateChangeReasonModifier and TypeMethodDescriptionstatic BizInfo.StateChangeReasonReturns the enum constant of this class with the specified name.static BizInfo.StateChangeReason[]BizInfo.StateChangeReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.alipay.sofa.ark.spi.model with parameters of type BizInfo.StateChangeReasonModifierConstructorDescriptionBizStateRecord(Date changeTime, BizState state, BizInfo.StateChangeReason reason, String message)