public class OfferListInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OfferListInfo.Builder |
| 构造器和说明 |
|---|
OfferListInfo() |
OfferListInfo(OfferListInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApplicationId() |
Long |
getCreateTime() |
BaseBilingualWithId |
getEmployeeType() |
String |
getId() |
OfferJobInfo |
getJobInfo() |
Integer |
getOfferStatus() |
Integer |
getOfferType() |
static OfferListInfo.Builder |
newBuilder() |
void |
setApplicationId(String applicationId) |
void |
setCreateTime(Long createTime) |
void |
setEmployeeType(BaseBilingualWithId employeeType) |
void |
setId(String id) |
void |
setJobInfo(OfferJobInfo jobInfo) |
void |
setOfferStatus(Integer offerStatus) |
void |
setOfferType(Integer offerType) |
public OfferListInfo()
public OfferListInfo(OfferListInfo.Builder builder)
public static OfferListInfo.Builder newBuilder()
public String getId()
public void setId(String id)
public OfferJobInfo getJobInfo()
public void setJobInfo(OfferJobInfo jobInfo)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public Integer getOfferStatus()
public void setOfferStatus(Integer offerStatus)
public Integer getOfferType()
public void setOfferType(Integer offerType)
public BaseBilingualWithId getEmployeeType()
public void setEmployeeType(BaseBilingualWithId employeeType)
public String getApplicationId()
public void setApplicationId(String applicationId)
Copyright © 2025. All rights reserved.