类 TalentCombinedEducationInfo

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

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

    • TalentCombinedEducationInfo

      public TalentCombinedEducationInfo()
    • TalentCombinedEducationInfo

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

    • newBuilder

      public static TalentCombinedEducationInfo.Builder newBuilder()
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getDegree

      public Integer getDegree()
    • setDegree

      public void setDegree(Integer degree)
    • getSchool

      public String getSchool()
    • setSchool

      public void setSchool(String school)
    • getFieldOfStudy

      public String getFieldOfStudy()
    • setFieldOfStudy

      public void setFieldOfStudy(String fieldOfStudy)
    • getStartTime

      public String getStartTime()
    • setStartTime

      public void setStartTime(String startTime)
    • getEndTime

      public String getEndTime()
    • setEndTime

      public void setEndTime(String endTime)
    • getEducationType

      public Integer getEducationType()
    • setEducationType

      public void setEducationType(Integer educationType)
    • getAcademicRanking

      public Integer getAcademicRanking()
    • setAcademicRanking

      public void setAcademicRanking(Integer academicRanking)
    • getCustomizedData

      public TalentCustomizedDataObjectValue[] getCustomizedData()
    • setCustomizedData

      public void setCustomizedData(TalentCustomizedDataObjectValue[] customizedData)