类 CreateTenantCooperatorDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.CreateTenantCooperatorDto
-
public class CreateTenantCooperatorDto extends Object
-
-
构造器概要
构造器 构造器 说明 CreateTenantCooperatorDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 BooleangetApiAuthorized()List<String>getPolicies()BooleangetSendEmailNotification()BooleangetSendPhoneNotification()StringgetUserId()voidsetApiAuthorized(Boolean apiAuthorized)voidsetPolicies(List<String> policies)voidsetSendEmailNotification(Boolean sendEmailNotification)voidsetSendPhoneNotification(Boolean sendPhoneNotification)voidsetUserId(String userId)
-
-
-
方法详细资料
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
getApiAuthorized
public Boolean getApiAuthorized()
-
setApiAuthorized
public void setApiAuthorized(Boolean apiAuthorized)
-
getSendPhoneNotification
public Boolean getSendPhoneNotification()
-
setSendPhoneNotification
public void setSendPhoneNotification(Boolean sendPhoneNotification)
-
getSendEmailNotification
public Boolean getSendEmailNotification()
-
setSendEmailNotification
public void setSendEmailNotification(Boolean sendEmailNotification)
-
-