public class Offer extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Offer.Builder |
| 构造器和说明 |
|---|
Offer() |
Offer(Offer.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApplicationId() |
ApplicationOfferBasicInfo |
getBasicInfo() |
ApplicationOfferCustomModule[] |
getCustomizedModuleList() |
String |
getId() |
OfferJobInfo |
getJobInfo() |
String |
getJobRequirementId() |
OfferSendRecord[] |
getOfferSendRecordList() |
Integer |
getOfferStatus() |
Integer |
getOfferType() |
ApplicationOfferSalaryPlan |
getSalaryPlan() |
String |
getSchemaId() |
static Offer.Builder |
newBuilder() |
void |
setApplicationId(String applicationId) |
void |
setBasicInfo(ApplicationOfferBasicInfo basicInfo) |
void |
setCustomizedModuleList(ApplicationOfferCustomModule[] customizedModuleList) |
void |
setId(String id) |
void |
setJobInfo(OfferJobInfo jobInfo) |
void |
setJobRequirementId(String jobRequirementId) |
void |
setOfferSendRecordList(OfferSendRecord[] offerSendRecordList) |
void |
setOfferStatus(Integer offerStatus) |
void |
setOfferType(Integer offerType) |
void |
setSalaryPlan(ApplicationOfferSalaryPlan salaryPlan) |
void |
setSchemaId(String schemaId) |
public Offer()
public Offer(Offer.Builder builder)
public static Offer.Builder newBuilder()
public String getId()
public void setId(String id)
public String getApplicationId()
public void setApplicationId(String applicationId)
public ApplicationOfferBasicInfo getBasicInfo()
public void setBasicInfo(ApplicationOfferBasicInfo basicInfo)
public ApplicationOfferSalaryPlan getSalaryPlan()
public void setSalaryPlan(ApplicationOfferSalaryPlan salaryPlan)
public String getSchemaId()
public void setSchemaId(String schemaId)
public Integer getOfferStatus()
public void setOfferStatus(Integer offerStatus)
public Integer getOfferType()
public void setOfferType(Integer offerType)
public OfferJobInfo getJobInfo()
public void setJobInfo(OfferJobInfo jobInfo)
public ApplicationOfferCustomModule[] getCustomizedModuleList()
public void setCustomizedModuleList(ApplicationOfferCustomModule[] customizedModuleList)
public String getJobRequirementId()
public void setJobRequirementId(String jobRequirementId)
public OfferSendRecord[] getOfferSendRecordList()
public void setOfferSendRecordList(OfferSendRecord[] offerSendRecordList)
Copyright © 2024. All rights reserved.