public class OfferApplicationReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OfferApplicationReq.Builder |
| 构造器和说明 |
|---|
OfferApplicationReq() |
OfferApplicationReq(OfferApplicationReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApplicationId() |
String |
getDepartmentIdType() |
String |
getUserIdType() |
static OfferApplicationReq.Builder |
newBuilder() |
void |
setApplicationId(String applicationId) |
void |
setDepartmentIdType(String departmentIdType) |
void |
setUserIdType(String userIdType) |
public OfferApplicationReq()
public OfferApplicationReq(OfferApplicationReq.Builder builder)
public static OfferApplicationReq.Builder newBuilder()
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getDepartmentIdType()
public void setDepartmentIdType(String departmentIdType)
public String getApplicationId()
public void setApplicationId(String applicationId)
Copyright © 2022. All rights reserved.