类 TalentCombinedBasicInfo

java.lang.Object
com.lark.oapi.service.hire.v1.model.TalentCombinedBasicInfo

public class TalentCombinedBasicInfo extends Object
  • 构造器详细资料

    • TalentCombinedBasicInfo

      public TalentCombinedBasicInfo()
    • TalentCombinedBasicInfo

      public TalentCombinedBasicInfo(TalentCombinedBasicInfo.Builder builder)
  • 方法详细资料

    • newBuilder

      public static TalentCombinedBasicInfo.Builder newBuilder()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getMobile

      public String getMobile()
    • setMobile

      public void setMobile(String mobile)
    • getMobileCountryCode

      public String getMobileCountryCode()
    • setMobileCountryCode

      public void setMobileCountryCode(String mobileCountryCode)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getIdentificationType

      public Integer getIdentificationType()
    • setIdentificationType

      public void setIdentificationType(Integer identificationType)
    • getIdentificationNumber

      public String getIdentificationNumber()
    • setIdentificationNumber

      public void setIdentificationNumber(String identificationNumber)
    • getIdentification

      public TalentIdentificationInfo getIdentification()
    • setIdentification

      public void setIdentification(TalentIdentificationInfo identification)
    • getStartWorkTime

      public String getStartWorkTime()
    • setStartWorkTime

      public void setStartWorkTime(String startWorkTime)
    • getBirthday

      public String getBirthday()
    • setBirthday

      public void setBirthday(String birthday)
    • getGender

      public Integer getGender()
    • setGender

      public void setGender(Integer gender)
    • getNationalityId

      public String getNationalityId()
    • setNationalityId

      public void setNationalityId(String nationalityId)
    • getCurrentCityCode

      public String getCurrentCityCode()
    • setCurrentCityCode

      public void setCurrentCityCode(String currentCityCode)
    • getHometownCityCode

      public String getHometownCityCode()
    • setHometownCityCode

      public void setHometownCityCode(String hometownCityCode)
    • getCustomizedData

      public TalentCustomizedDataObjectValue[] getCustomizedData()
    • setCustomizedData

      public void setCustomizedData(TalentCustomizedDataObjectValue[] customizedData)