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