public enum SmsPlatformType extends Enum<SmsPlatformType>
| 限定符和类型 | 字段和说明 |
|---|---|
static Map<String,SmsPlatformType> |
smsPlatformTypeMap |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRemark() |
String |
getType() |
void |
setRemark(String remark) |
void |
setType(String type) |
static SmsPlatformType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SmsPlatformType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final SmsPlatformType MOCK
public static final SmsPlatformType MICROSOFT
public static final SmsPlatformType ALIBABA
public static final SmsPlatformType TENCENT
public static final SmsPlatformType NET_EASE
public static final SmsPlatformType OTHER
public static Map<String,SmsPlatformType> smsPlatformTypeMap
public static SmsPlatformType[] values()
for (SmsPlatformType c : SmsPlatformType.values()) System.out.println(c);
public static SmsPlatformType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getType()
public void setType(String type)
public String getRemark()
public void setRemark(String remark)
Copyright © 2024. All rights reserved.