public class SignInByPassCodePayloadDto extends Object
| 构造器和说明 |
|---|
SignInByPassCodePayloadDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEmail() |
String |
getPassCode() |
String |
getPhone() |
String |
getPhoneCountryCode() |
void |
setEmail(String email) |
void |
setPassCode(String passCode) |
void |
setPhone(String phone) |
void |
setPhoneCountryCode(String phoneCountryCode) |
public String getPassCode()
public void setPassCode(String passCode)
public String getEmail()
public void setEmail(String email)
public String getPhone()
public void setPhone(String phone)
public String getPhoneCountryCode()
public void setPhoneCountryCode(String phoneCountryCode)
Copyright © 2022. All rights reserved.