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="applyId") public String applyId
@NameInMap(value="corpId") public String corpId
@NameInMap(value="remark") public String remark
@NameInMap(value="status") public Integer status
@NameInMap(value="thirdpartyFlowId") public String thirdpartyFlowId
@NameInMap(value="userId") public String userId
public static SyncExceedApplyRequest build(Map<String,?> map) throws Exception
Exceptionpublic SyncExceedApplyRequest setApplyId(String applyId)
public String getApplyId()
public SyncExceedApplyRequest setCorpId(String corpId)
public String getCorpId()
public SyncExceedApplyRequest setRemark(String remark)
public String getRemark()
public SyncExceedApplyRequest setStatus(Integer status)
public Integer getStatus()
public SyncExceedApplyRequest setThirdpartyFlowId(String thirdpartyFlowId)
public String getThirdpartyFlowId()
public SyncExceedApplyRequest setUserId(String userId)
public String getUserId()
Copyright © 2022. All rights reserved.