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