Enum Class AliSmsEnums

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

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

    • OK

      public static final AliSmsEnums OK
      成功
    • RAM_PERMISSION_DENY

      public static final AliSmsEnums RAM_PERMISSION_DENY
      RAM权限DENY
    • OUT_OF_SERVICE

      public static final AliSmsEnums OUT_OF_SERVICE
      业务停机
    • PRODUCT_UN_SUBSCRIPT

      public static final AliSmsEnums PRODUCT_UN_SUBSCRIPT
      未开通云通信产品的阿里云客户
    • PRODUCT_UNSUBSCRIBE

      public static final AliSmsEnums PRODUCT_UNSUBSCRIBE
      产品未开通
    • User_NOT_EXISTS

      public static final AliSmsEnums User_NOT_EXISTS
      账户不存在
    • User_ABNORMAL

      public static final AliSmsEnums User_ABNORMAL
      账户不存在
    • SMS_TEMPLATE_ILLEGAL

      public static final AliSmsEnums SMS_TEMPLATE_ILLEGAL
      短信模板不合法
    • SMS_SIGNATURE_ILLEGAL

      public static final AliSmsEnums SMS_SIGNATURE_ILLEGAL
      短信签名不合法
    • INVALID_PARAMETERS

      public static final AliSmsEnums INVALID_PARAMETERS
      参数异常
    • SYSTEM_ERROR

      public static final AliSmsEnums SYSTEM_ERROR
      系统错误
    • MOBILE_NUMBER_ILLEGAL

      public static final AliSmsEnums MOBILE_NUMBER_ILLEGAL
      非法手机号
    • MOBILE_COUNT_OVER_LIMIT

      public static final AliSmsEnums MOBILE_COUNT_OVER_LIMIT
      手机号码数量超过限制
    • TEMPLATE_MISSING_PARAMETERS

      public static final AliSmsEnums TEMPLATE_MISSING_PARAMETERS
      模板缺少变量
    • BUSINESS_LIMIT_CONTROL

      public static final AliSmsEnums BUSINESS_LIMIT_CONTROL
      模板缺少变量
    • INVALID_JSON_PARAM

      public static final AliSmsEnums INVALID_JSON_PARAM
      JSON参数不合法,只接受字符串值
    • BLACK_KEY_CONTROL_LIMIT

      public static final AliSmsEnums BLACK_KEY_CONTROL_LIMIT
      黑名单管控
    • PARAM_LENGTH_LIMIT

      public static final AliSmsEnums PARAM_LENGTH_LIMIT
      参数超出长度限制
    • PARAM_NOT_SUPPORT_URL

      public static final AliSmsEnums PARAM_NOT_SUPPORT_URL
      不支持URL
    • AMOUNT_NOT_ENOUGH

      public static final AliSmsEnums AMOUNT_NOT_ENOUGH
      账户余额不足
  • 方法详细资料

    • values

      public static AliSmsEnums[] 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 AliSmsEnums 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 - 如果参数为空值
    • getValue

      public abstract String getValue()
      获取枚举值
      返回:
      返回结果
    • getName

      public abstract String getName()
      获取枚举名称
      返回:
      返回结果