类 Education

java.lang.Object
com.lark.oapi.service.ehr.v1.model.Education

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

    • Education

      public Education()
    • Education

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

    • newBuilder

      public static Education.Builder newBuilder()
    • getLevel

      public Integer getLevel()
    • setLevel

      public void setLevel(Integer level)
    • getSchool

      public String getSchool()
    • setSchool

      public void setSchool(String school)
    • getMajor

      public String getMajor()
    • setMajor

      public void setMajor(String major)
    • getDegree

      public Integer getDegree()
    • setDegree

      public void setDegree(Integer degree)
    • getStart

      public String getStart()
    • setStart

      public void setStart(String start)
    • getEnd

      public String getEnd()
    • setEnd

      public void setEnd(String end)