public class Notification extends BaseBean
| 构造器和说明 |
|---|
Notification() |
Notification(Boolean sendNotification,
String notifyWay,
String notifyAddress) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAppointAccount() |
CustomNotifyContent |
getCustomNotifyContent() |
static Notification |
getInstance(boolean sendNotification,
String notifyWay,
String notifyAddress) |
String |
getNotifyAddress() |
String |
getNotifyWay() |
Boolean |
getSendNotification() |
void |
setAppointAccount(Boolean appointAccount) |
void |
setCustomNotifyContent(CustomNotifyContent customNotifyContent) |
void |
setNotifyAddress(String notifyAddress) |
void |
setNotifyWay(String notifyWay) |
void |
setSendNotification(Boolean sendNotification) |
public Boolean getSendNotification()
public void setSendNotification(Boolean sendNotification)
public String getNotifyWay()
public void setNotifyWay(String notifyWay)
public String getNotifyAddress()
public void setNotifyAddress(String notifyAddress)
public CustomNotifyContent getCustomNotifyContent()
public void setCustomNotifyContent(CustomNotifyContent customNotifyContent)
public static Notification getInstance(boolean sendNotification, String notifyWay, String notifyAddress)
public Boolean getAppointAccount()
public void setAppointAccount(Boolean appointAccount)
Copyright © 2025. All rights reserved.