类 SendCreateAccountNotificationDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.SendCreateAccountNotificationDto
-
public class SendCreateAccountNotificationDto extends Object
-
-
构造器概要
构造器 构造器 说明 SendCreateAccountNotificationDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAppId()BooleangetSendEmailNotification()BooleangetSendPhoneNotification()voidsetAppId(String appId)voidsetSendEmailNotification(Boolean sendEmailNotification)voidsetSendPhoneNotification(Boolean sendPhoneNotification)
-
-
-
方法详细资料
-
getSendEmailNotification
public Boolean getSendEmailNotification()
-
setSendEmailNotification
public void setSendEmailNotification(Boolean sendEmailNotification)
-
getSendPhoneNotification
public Boolean getSendPhoneNotification()
-
setSendPhoneNotification
public void setSendPhoneNotification(Boolean sendPhoneNotification)
-
getAppId
public String getAppId()
-
setAppId
public void setAppId(String appId)
-
-