Enum Class BlockReasonEnum

java.lang.Object
java.lang.Enum<BlockReasonEnum>
com.wechat.pay.java.service.weixinpayscanandride.model.BlockReasonEnum
All Implemented Interfaces:
Serializable, Comparable<BlockReasonEnum>, Constable

public enum BlockReasonEnum extends Enum<BlockReasonEnum>
BlockReasonEnum
  • Enum Constant Details

    • DELETED

      @SerializedName("DELETED") public static final BlockReasonEnum DELETED
    • ACCOUNT_FROZEN

      @SerializedName("ACCOUNT_FROZEN") public static final BlockReasonEnum ACCOUNT_FROZEN
    • OVERDUE

      @SerializedName("OVERDUE") public static final BlockReasonEnum OVERDUE
  • Method Details

    • values

      public static BlockReasonEnum[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BlockReasonEnum valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null