public class InternshipInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
InternshipInfo.Builder |
| 构造器和说明 |
|---|
InternshipInfo() |
InternshipInfo(InternshipInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCareerType() |
String |
getCompany() |
String |
getDesc() |
Long |
getEndTime() |
Long |
getStartTime() |
String |
getTitle() |
static InternshipInfo.Builder |
newBuilder() |
void |
setCareerType(Integer careerType) |
void |
setCompany(String company) |
void |
setDesc(String desc) |
void |
setEndTime(Long endTime) |
void |
setStartTime(Long startTime) |
void |
setTitle(String title) |
public InternshipInfo()
public InternshipInfo(InternshipInfo.Builder builder)
public Integer getCareerType()
public void setCareerType(Integer careerType)
public String getCompany()
public void setCompany(String company)
public String getDesc()
public void setDesc(String desc)
public Long getEndTime()
public void setEndTime(Long endTime)
public Long getStartTime()
public void setStartTime(Long startTime)
public String getTitle()
public void setTitle(String title)
public static InternshipInfo.Builder newBuilder()
Copyright © 2025. All rights reserved.