public class SendResetPasswordNotificationDto extends Object
| 构造器和说明 |
|---|
SendResetPasswordNotificationDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId() |
String |
getInputSendEmailNotification() |
String |
getInputSendPhoneNotification() |
Boolean |
getSendDefaultEmailNotification() |
Boolean |
getSendDefaultPhoneNotification() |
void |
setAppId(String appId) |
void |
setInputSendEmailNotification(String inputSendEmailNotification) |
void |
setInputSendPhoneNotification(String inputSendPhoneNotification) |
void |
setSendDefaultEmailNotification(Boolean sendDefaultEmailNotification) |
void |
setSendDefaultPhoneNotification(Boolean sendDefaultPhoneNotification) |
public Boolean getSendDefaultEmailNotification()
public void setSendDefaultEmailNotification(Boolean sendDefaultEmailNotification)
public Boolean getSendDefaultPhoneNotification()
public void setSendDefaultPhoneNotification(Boolean sendDefaultPhoneNotification)
public String getInputSendEmailNotification()
public void setInputSendEmailNotification(String inputSendEmailNotification)
public String getInputSendPhoneNotification()
public void setInputSendPhoneNotification(String inputSendPhoneNotification)
public String getAppId()
public void setAppId(String appId)
Copyright © 2022. All rights reserved.