类 SendResetPasswordNotificationDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.SendResetPasswordNotificationDto
-
public class SendResetPasswordNotificationDto extends Object
-
-
构造器概要
构造器 构造器 说明 SendResetPasswordNotificationDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAppId()StringgetInputSendEmailNotification()StringgetInputSendPhoneNotification()BooleangetSendDefaultEmailNotification()BooleangetSendDefaultPhoneNotification()voidsetAppId(String appId)voidsetInputSendEmailNotification(String inputSendEmailNotification)voidsetInputSendPhoneNotification(String inputSendPhoneNotification)voidsetSendDefaultEmailNotification(Boolean sendDefaultEmailNotification)voidsetSendDefaultPhoneNotification(Boolean sendDefaultPhoneNotification)
-
-
-
方法详细资料
-
getSendDefaultEmailNotification
public Boolean getSendDefaultEmailNotification()
-
setSendDefaultEmailNotification
public void setSendDefaultEmailNotification(Boolean sendDefaultEmailNotification)
-
getSendDefaultPhoneNotification
public Boolean getSendDefaultPhoneNotification()
-
setSendDefaultPhoneNotification
public void setSendDefaultPhoneNotification(Boolean sendDefaultPhoneNotification)
-
getInputSendEmailNotification
public String getInputSendEmailNotification()
-
setInputSendEmailNotification
public void setInputSendEmailNotification(String inputSendEmailNotification)
-
getInputSendPhoneNotification
public String getInputSendPhoneNotification()
-
setInputSendPhoneNotification
public void setInputSendPhoneNotification(String inputSendPhoneNotification)
-
getAppId
public String getAppId()
-
setAppId
public void setAppId(String appId)
-
-