public class SendCmqMsgResponse extends AbstractModel
Constructor and Description |
---|
SendCmqMsgResponse() |
SendCmqMsgResponse(SendCmqMsgResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getMsgId()
Get 消息id
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Boolean |
getResult()
Get true表示发送成功
|
void |
setMsgId(String MsgId)
Set 消息id
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setResult(Boolean Result)
Set true表示发送成功
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SendCmqMsgResponse()
public SendCmqMsgResponse(SendCmqMsgResponse source)
public Boolean getResult()
public void setResult(Boolean Result)
Result
- true表示发送成功public String getMsgId()
public void setMsgId(String MsgId)
MsgId
- 消息idpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.