Enum Class SkuStatus

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

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

    • SKU_STATUS_INVALID

      @SerializedName("SKU_STATUS_INVALID") public static final SkuStatus SKU_STATUS_INVALID
    • SKU_STATUS_VAILD

      @SerializedName("SKU_STATUS_VAILD") public static final SkuStatus SKU_STATUS_VAILD
    • SKU_STATUS_EXPIRE

      @SerializedName("SKU_STATUS_EXPIRE") public static final SkuStatus SKU_STATUS_EXPIRE
    • SKU_STATUS_UNKNOWN

      @SerializedName("SKU_STATUS_UNKNOWN") public static final SkuStatus SKU_STATUS_UNKNOWN
  • Method Details

    • values

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