public class Education extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Education.Builder |
| 构造器和说明 |
|---|
Education() |
Education(Education.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getDegree() |
String |
getEnd() |
Integer |
getLevel() |
String |
getMajor() |
String |
getSchool() |
String |
getStart() |
static Education.Builder |
newBuilder() |
void |
setDegree(Integer degree) |
void |
setEnd(String end) |
void |
setLevel(Integer level) |
void |
setMajor(String major) |
void |
setSchool(String school) |
void |
setStart(String start) |
public Education()
public Education(Education.Builder builder)
public static Education.Builder newBuilder()
public Integer getLevel()
public void setLevel(Integer level)
public String getSchool()
public void setSchool(String school)
public String getMajor()
public void setMajor(String major)
public Integer getDegree()
public void setDegree(Integer degree)
public String getStart()
public void setStart(String start)
public String getEnd()
public void setEnd(String end)
Copyright © 2024. All rights reserved.