public class EmailNotification extends Notification
| 构造器和说明 |
|---|
EmailNotification() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(com.alibaba.fastjson.JSONObject value) |
boolean |
equals(Object o) |
String |
getCountryCode() |
List<String> |
getEmailList() |
String |
getSubject() |
int |
hashCode() |
void |
setCountryCode(String countryCode) |
void |
setEmailList(List<String> emailList) |
void |
setSubject(String subject) |
String |
toString() |
getContent, getType, setContent, setTypepublic String getSubject()
public void setSubject(String subject)
public String getCountryCode()
public void setCountryCode(String countryCode)
public void deserialize(com.alibaba.fastjson.JSONObject value)
deserialize 在类中 NotificationCopyright © 2020. All Rights Reserved.