Enum Class ParticipateMchStatus

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

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

    • PARTIC_MCH_STATUS_INVALID

      @SerializedName("PARTIC_MCH_STATUS_INVALID") public static final ParticipateMchStatus PARTIC_MCH_STATUS_INVALID
    • PARTIC_MCH_STATUS_VALID

      @SerializedName("PARTIC_MCH_STATUS_VALID") public static final ParticipateMchStatus PARTIC_MCH_STATUS_VALID
    • PARTIC_MCH_STATUS_EXPIRE

      @SerializedName("PARTIC_MCH_STATUS_EXPIRE") public static final ParticipateMchStatus PARTIC_MCH_STATUS_EXPIRE
  • Method Details

    • values

      public static ParticipateMchStatus[] 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 ParticipateMchStatus 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