Enum Class PushRangeEnums

java.lang.Object
java.lang.Enum<PushRangeEnums>
com.cdkjframework.enums.push.PushRangeEnums
所有已实现的接口:
Serializable, Comparable<PushRangeEnums>, Constable

public enum PushRangeEnums extends Enum<PushRangeEnums>
  • 枚举常量详细资料

    • AUDIENCE_ALL

      public static final PushRangeEnums AUDIENCE_ALL
      全部设备
    • AUDIENCE_REGISTRATION_ID

      public static final PushRangeEnums AUDIENCE_REGISTRATION_ID
      注册ID推送
    • AUDIENCE_TAG_AND

      public static final PushRangeEnums AUDIENCE_TAG_AND
      标签推送
    • AUDIENCE_TAG_NOT

      public static final PushRangeEnums AUDIENCE_TAG_NOT
      标签推送
    • AUDIENCE_ALIAS

      public static final PushRangeEnums AUDIENCE_ALIAS
      别名推送
    • AUDIENCE_TOKEN

      public static final PushRangeEnums AUDIENCE_TOKEN
      token推送
    • AUDIENCE_TAG

      public static final PushRangeEnums AUDIENCE_TAG
      tag推送
  • 方法详细资料

    • values

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

      public static PushRangeEnums 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.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值
    • getKey

      public Integer getKey()
      获取推送范围
      返回:
      推送范围
    • getValue

      public String getValue()
      获取推送范围
      返回:
      推送范围
    • getNotes

      public String getNotes()
      获取推送范围描述
      返回:
      推送范围描述