public class QueryDubbridgeAccountCustomResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
CustomRelationStatus |
data |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
QueryDubbridgeAccountCustomResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryDubbridgeAccountCustomResponse |
build(Map<String,?> map) |
CustomRelationStatus |
getData() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryDubbridgeAccountCustomResponse |
setData(CustomRelationStatus data) |
QueryDubbridgeAccountCustomResponse |
setReqMsgId(String reqMsgId) |
QueryDubbridgeAccountCustomResponse |
setResultCode(String resultCode) |
QueryDubbridgeAccountCustomResponse |
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="data") public CustomRelationStatus data
public static QueryDubbridgeAccountCustomResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryDubbridgeAccountCustomResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryDubbridgeAccountCustomResponse setResultCode(String resultCode)
public String getResultCode()
public QueryDubbridgeAccountCustomResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryDubbridgeAccountCustomResponse setData(CustomRelationStatus data)
public CustomRelationStatus getData()
Copyright © 2025. All rights reserved.