public class DescribeRocketMQMsgResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRocketMQMsgResponse() |
DescribeRocketMQMsgResponse(DescribeRocketMQMsgResponse 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 |
getBody()
Get Message body
|
RocketMQMessageTrack[] |
getMessageTracks()
Get Consumption details of a consumer group
Note: u200dThis field may return null, indicating that no valid values can be obtained.
|
String |
getMsgId()
Get Message ID
|
String |
getProducerAddr()
Get Producer address
|
String |
getProduceTime()
Get Production time
|
String |
getProperties()
Get Details parameter
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getShowTopicName()
Get Topic name displayed on the details page
Note: u200dThis field may return null, indicating that no valid values can be obtained.
|
void |
setBody(String Body)
Set Message body
|
void |
setMessageTracks(RocketMQMessageTrack[] MessageTracks)
Set Consumption details of a consumer group
Note: u200dThis field may return null, indicating that no valid values can be obtained.
|
void |
setMsgId(String MsgId)
Set Message ID
|
void |
setProducerAddr(String ProducerAddr)
Set Producer address
|
void |
setProduceTime(String ProduceTime)
Set Production time
|
void |
setProperties(String Properties)
Set Details parameter
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setShowTopicName(String ShowTopicName)
Set Topic name displayed on the details page
Note: u200dThis field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRocketMQMsgResponse()
public DescribeRocketMQMsgResponse(DescribeRocketMQMsgResponse source)
public String getBody()
public void setBody(String Body)
Body
- Message bodypublic String getProperties()
public void setProperties(String Properties)
Properties
- Details parameterpublic String getProduceTime()
public void setProduceTime(String ProduceTime)
ProduceTime
- Production timepublic String getMsgId()
public void setMsgId(String MsgId)
MsgId
- Message IDpublic String getProducerAddr()
public void setProducerAddr(String ProducerAddr)
ProducerAddr
- Producer addresspublic RocketMQMessageTrack[] getMessageTracks()
public void setMessageTracks(RocketMQMessageTrack[] MessageTracks)
MessageTracks
- Consumption details of a consumer group
Note: u200dThis field may return null, indicating that no valid values can be obtained.public String getShowTopicName()
public void setShowTopicName(String ShowTopicName)
ShowTopicName
- Topic name displayed on the details page
Note: u200dThis field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.