类 Dependent

java.lang.Object
com.lark.oapi.service.corehr.v2.model.Dependent

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

    • Dependent

      public Dependent()
    • Dependent

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

    • newBuilder

      public static Dependent.Builder newBuilder()
    • getName

      public PersonName getName()
    • setName

      public void setName(PersonName name)
    • getRelationship

      public Enum getRelationship()
    • setRelationship

      public void setRelationship(Enum relationship)
    • getGender

      public Enum getGender()
    • setGender

      public void setGender(Enum gender)
    • getDateOfBirth

      public String getDateOfBirth()
    • setDateOfBirth

      public void setDateOfBirth(String dateOfBirth)
    • getNationalityIdV2

      public String getNationalityIdV2()
    • setNationalityIdV2

      public void setNationalityIdV2(String nationalityIdV2)
    • getNationalIdList

      public NationalId[] getNationalIdList()
    • setNationalIdList

      public void setNationalIdList(NationalId[] nationalIdList)
    • getSpousesWorkingStatus

      public Enum getSpousesWorkingStatus()
    • setSpousesWorkingStatus

      public void setSpousesWorkingStatus(Enum spousesWorkingStatus)
    • getIsThisPersonCoveredByHealthInsurance

      public Boolean getIsThisPersonCoveredByHealthInsurance()
    • setIsThisPersonCoveredByHealthInsurance

      public void setIsThisPersonCoveredByHealthInsurance(Boolean isThisPersonCoveredByHealthInsurance)
    • getIsThisPersonAllowedForTaxDeduction

      public Boolean getIsThisPersonAllowedForTaxDeduction()
    • setIsThisPersonAllowedForTaxDeduction

      public void setIsThisPersonAllowedForTaxDeduction(Boolean isThisPersonAllowedForTaxDeduction)
    • getCustomFields

      public CustomFieldData[] getCustomFields()
    • setCustomFields

      public void setCustomFields(CustomFieldData[] customFields)
    • getDependentName

      public String getDependentName()
    • setDependentName

      public void setDependentName(String dependentName)
    • getEmployer

      public String getEmployer()
    • setEmployer

      public void setEmployer(String employer)
    • getJob

      public String getJob()
    • setJob

      public void setJob(String job)
    • getPhone

      public Phone getPhone()
    • setPhone

      public void setPhone(Phone phone)
    • getAddress

      public Address getAddress()
    • setAddress

      public void setAddress(Address address)
    • getBirthCertificateOfChild

      public File[] getBirthCertificateOfChild()
    • setBirthCertificateOfChild

      public void setBirthCertificateOfChild(File[] birthCertificateOfChild)