public class EmailNotification extends Notification
| Constructor and Description |
|---|
EmailNotification() |
| Modifier and Type | Method and Description |
|---|---|
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 in class NotificationCopyright © 2025. All Rights Reserved.