public class ProfileSettingPhone extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ProfileSettingPhone.Builder |
| 构造器和说明 |
|---|
ProfileSettingPhone() |
ProfileSettingPhone(ProfileSettingPhone.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getInternationalAreaCode() |
String |
getPhoneNumber() |
static ProfileSettingPhone.Builder |
newBuilder() |
void |
setInternationalAreaCode(String internationalAreaCode) |
void |
setPhoneNumber(String phoneNumber) |
public ProfileSettingPhone()
public ProfileSettingPhone(ProfileSettingPhone.Builder builder)
public static ProfileSettingPhone.Builder newBuilder()
public String getInternationalAreaCode()
public void setInternationalAreaCode(String internationalAreaCode)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
Copyright © 2024. All rights reserved.