类 AuthenticateByPassCodeDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.AuthenticateByPassCodeDto
-
public class AuthenticateByPassCodeDto extends Object
-
-
构造器概要
构造器 构造器 说明 AuthenticateByPassCodeDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetEmail()StringgetPassCode()StringgetPhone()StringgetPhoneCountryCode()voidsetEmail(String email)voidsetPassCode(String passCode)voidsetPhone(String phone)voidsetPhoneCountryCode(String phoneCountryCode)
-
-
-
方法详细资料
-
getPassCode
public String getPassCode()
-
setPassCode
public void setPassCode(String passCode)
-
getEmail
public String getEmail()
-
setEmail
public void setEmail(String email)
-
getPhone
public String getPhone()
-
setPhone
public void setPhone(String phone)
-
getPhoneCountryCode
public String getPhoneCountryCode()
-
setPhoneCountryCode
public void setPhoneCountryCode(String phoneCountryCode)
-
-