public class FactorProfile extends Object
| 构造器和说明 |
|---|
FactorProfile() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEmail() |
String |
getPhoneCountryCode() |
String |
getPhoneNumber() |
void |
setEmail(String email) |
void |
setPhoneCountryCode(String phoneCountryCode) |
void |
setPhoneNumber(String phoneNumber) |
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public String getPhoneCountryCode()
public void setPhoneCountryCode(String phoneCountryCode)
public String getEmail()
public void setEmail(String email)
Copyright © 2022. All rights reserved.