public class ApplicationTalentCareerInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ApplicationTalentCareerInfo.Builder |
| 构造器和说明 |
|---|
ApplicationTalentCareerInfo() |
ApplicationTalentCareerInfo(ApplicationTalentCareerInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCompany() |
String |
getDesc() |
String |
getEndTime() |
String |
getId() |
String |
getStartTime() |
Integer[] |
getTagList() |
String |
getTitle() |
static ApplicationTalentCareerInfo.Builder |
newBuilder() |
void |
setCompany(String company) |
void |
setDesc(String desc) |
void |
setEndTime(String endTime) |
void |
setId(String id) |
void |
setStartTime(String startTime) |
void |
setTagList(Integer[] tagList) |
void |
setTitle(String title) |
public ApplicationTalentCareerInfo()
public ApplicationTalentCareerInfo(ApplicationTalentCareerInfo.Builder builder)
public static ApplicationTalentCareerInfo.Builder newBuilder()
public String getId()
public void setId(String id)
public String getCompany()
public void setCompany(String company)
public String getTitle()
public void setTitle(String title)
public String getDesc()
public void setDesc(String desc)
public String getStartTime()
public void setStartTime(String startTime)
public String getEndTime()
public void setEndTime(String endTime)
public Integer[] getTagList()
public void setTagList(Integer[] tagList)
Copyright © 2022. All rights reserved.