public class ProfileSettingPersonForCountry extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ProfileSettingPersonForCountry.Builder |
| 构造器和说明 |
|---|
ProfileSettingPersonForCountry() |
ProfileSettingPersonForCountry(ProfileSettingPersonForCountry.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCountryRegion() |
String |
getEthnicityRace() |
String |
getGender() |
String |
getMaritalStatus() |
String |
getMaritalStatusDate() |
String |
getReligion() |
static ProfileSettingPersonForCountry.Builder |
newBuilder() |
void |
setCountryRegion(String countryRegion) |
void |
setEthnicityRace(String ethnicityRace) |
void |
setGender(String gender) |
void |
setMaritalStatus(String maritalStatus) |
void |
setMaritalStatusDate(String maritalStatusDate) |
void |
setReligion(String religion) |
public ProfileSettingPersonForCountry()
public ProfileSettingPersonForCountry(ProfileSettingPersonForCountry.Builder builder)
public static ProfileSettingPersonForCountry.Builder newBuilder()
public String getCountryRegion()
public void setCountryRegion(String countryRegion)
public String getGender()
public void setGender(String gender)
public String getReligion()
public void setReligion(String religion)
public String getMaritalStatus()
public void setMaritalStatus(String maritalStatus)
public String getEthnicityRace()
public void setEthnicityRace(String ethnicityRace)
public String getMaritalStatusDate()
public void setMaritalStatusDate(String maritalStatusDate)
Copyright © 2026. All rights reserved.