public class ApplicationTalentBasicInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ApplicationTalentBasicInfo.Builder |
| 构造器和说明 |
|---|
ApplicationTalentBasicInfo() |
ApplicationTalentBasicInfo(ApplicationTalentBasicInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getAge() |
City |
getCurrentCity() |
String |
getEmail() |
Integer |
getExperienceYears() |
Integer |
getGender() |
City |
getHometownCity() |
String |
getIdentificationNumber() |
Integer |
getIdentificationType() |
String |
getMobile() |
String |
getMobileCode() |
String |
getMobileCountryCode() |
String |
getName() |
Nationality |
getNationality() |
City[] |
getPreferredCityList() |
static ApplicationTalentBasicInfo.Builder |
newBuilder() |
void |
setAge(Long age) |
void |
setCurrentCity(City currentCity) |
void |
setEmail(String email) |
void |
setExperienceYears(Integer experienceYears) |
void |
setGender(Integer gender) |
void |
setHometownCity(City hometownCity) |
void |
setIdentificationNumber(String identificationNumber) |
void |
setIdentificationType(Integer identificationType) |
void |
setMobile(String mobile) |
void |
setMobileCode(String mobileCode) |
void |
setMobileCountryCode(String mobileCountryCode) |
void |
setName(String name) |
void |
setNationality(Nationality nationality) |
void |
setPreferredCityList(City[] preferredCityList) |
public ApplicationTalentBasicInfo()
public ApplicationTalentBasicInfo(ApplicationTalentBasicInfo.Builder builder)
public String getName()
public void setName(String name)
public String getMobile()
public void setMobile(String mobile)
public String getMobileCountryCode()
public void setMobileCountryCode(String mobileCountryCode)
public String getEmail()
public void setEmail(String email)
public Integer getExperienceYears()
public void setExperienceYears(Integer experienceYears)
public Long getAge()
public void setAge(Long age)
public Nationality getNationality()
public void setNationality(Nationality nationality)
public Integer getGender()
public void setGender(Integer gender)
public City getCurrentCity()
public void setCurrentCity(City currentCity)
public City getHometownCity()
public void setHometownCity(City hometownCity)
public City[] getPreferredCityList()
public void setPreferredCityList(City[] preferredCityList)
public String getMobileCode()
public void setMobileCode(String mobileCode)
public Integer getIdentificationType()
public void setIdentificationType(Integer identificationType)
public String getIdentificationNumber()
public void setIdentificationNumber(String identificationNumber)
public static ApplicationTalentBasicInfo.Builder newBuilder()
Copyright © 2025. All rights reserved.