public class ApplyExtOrgdataResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
reqMsgId |
String |
result |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
ApplyExtOrgdataResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ApplyExtOrgdataResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResult() |
String |
getResultCode() |
String |
getResultMsg() |
ApplyExtOrgdataResponse |
setReqMsgId(String reqMsgId) |
ApplyExtOrgdataResponse |
setResult(String result) |
ApplyExtOrgdataResponse |
setResultCode(String resultCode) |
ApplyExtOrgdataResponse |
setResultMsg(String resultMsg) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="result") public String result
public static ApplyExtOrgdataResponse build(Map<String,?> map) throws Exception
Exceptionpublic ApplyExtOrgdataResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ApplyExtOrgdataResponse setResultCode(String resultCode)
public String getResultCode()
public ApplyExtOrgdataResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ApplyExtOrgdataResponse setResult(String result)
public String getResult()
Copyright © 2025. All rights reserved.