public class SyncExceedApplyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
applyId |
String |
corpId |
String |
remark |
Integer |
status |
String |
thirdpartyFlowId |
String |
userId |
| 构造器和说明 |
|---|
SyncExceedApplyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SyncExceedApplyRequest |
build(Map<String,?> map) |
String |
getApplyId() |
String |
getCorpId() |
String |
getRemark() |
Integer |
getStatus() |
String |
getThirdpartyFlowId() |
String |
getUserId() |
SyncExceedApplyRequest |
setApplyId(String applyId) |
SyncExceedApplyRequest |
setCorpId(String corpId) |
SyncExceedApplyRequest |
setRemark(String remark) |
SyncExceedApplyRequest |
setStatus(Integer status) |
SyncExceedApplyRequest |
setThirdpartyFlowId(String thirdpartyFlowId) |
SyncExceedApplyRequest |
setUserId(String userId) |
@NameInMap(value="remark") public String remark
@NameInMap(value="applyId") public String applyId
@NameInMap(value="corpId") public String corpId
@NameInMap(value="thirdpartyFlowId") public String thirdpartyFlowId
@NameInMap(value="userId") public String userId
@NameInMap(value="status") public Integer status
public static SyncExceedApplyRequest build(Map<String,?> map) throws Exception
Exceptionpublic SyncExceedApplyRequest setRemark(String remark)
public String getRemark()
public SyncExceedApplyRequest setApplyId(String applyId)
public String getApplyId()
public SyncExceedApplyRequest setCorpId(String corpId)
public String getCorpId()
public SyncExceedApplyRequest setThirdpartyFlowId(String thirdpartyFlowId)
public String getThirdpartyFlowId()
public SyncExceedApplyRequest setUserId(String userId)
public String getUserId()
public SyncExceedApplyRequest setStatus(Integer status)
public Integer getStatus()
Copyright © 2021. All rights reserved.