public class ProtectAgencyReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ProtectAgencyReqBody.Builder |
| 构造器和说明 |
|---|
ProtectAgencyReqBody() |
ProtectAgencyReqBody(ProtectAgencyReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getComment() |
String |
getConsultantId() |
String |
getCurrentSalary() |
String |
getExpectedSalary() |
Integer |
getProtectCreateTime() |
Integer |
getProtectExpireTime() |
String |
getSupplierId() |
String |
getTalentId() |
static ProtectAgencyReqBody.Builder |
newBuilder() |
void |
setComment(String comment) |
void |
setConsultantId(String consultantId) |
void |
setCurrentSalary(String currentSalary) |
void |
setExpectedSalary(String expectedSalary) |
void |
setProtectCreateTime(Integer protectCreateTime) |
void |
setProtectExpireTime(Integer protectExpireTime) |
void |
setSupplierId(String supplierId) |
void |
setTalentId(String talentId) |
public ProtectAgencyReqBody()
public ProtectAgencyReqBody(ProtectAgencyReqBody.Builder builder)
public static ProtectAgencyReqBody.Builder newBuilder()
public String getTalentId()
public void setTalentId(String talentId)
public String getSupplierId()
public void setSupplierId(String supplierId)
public String getConsultantId()
public void setConsultantId(String consultantId)
public Integer getProtectCreateTime()
public void setProtectCreateTime(Integer protectCreateTime)
public Integer getProtectExpireTime()
public void setProtectExpireTime(Integer protectExpireTime)
public String getComment()
public void setComment(String comment)
public String getCurrentSalary()
public void setCurrentSalary(String currentSalary)
public String getExpectedSalary()
public void setExpectedSalary(String expectedSalary)
Copyright © 2024. All rights reserved.