public class ExportRocketMQMessageDetailResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExportRocketMQMessageDetailResponse() |
ExportRocketMQMessageDetailResponse(ExportRocketMQMessageDetailResponse 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 |
getBornHost()
Get 消息生产客户端地址
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getBornTimestamp()
Get 消息生成时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMsgBody()
Get Base64编码格式字符串
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMsgBodyCRC()
Get 消息内容的CRC32 Code
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMsgBodySize()
Get 消息体大小(单位K)
当大于2048时不返回消息
|
String |
getMsgId()
Get 消息id
|
String |
getMsgKey()
Get 消息Key
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMsgTag()
Get 消息Tag
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProperties()
Get 消息属性
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getReConsumeTimes()
Get 消息重试次数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getStoreTimestamp()
Get 消息存储时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBornHost(String BornHost)
Set 消息生产客户端地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBornTimestamp(Long BornTimestamp)
Set 消息生成时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMsgBody(String MsgBody)
Set Base64编码格式字符串
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMsgBodyCRC(Long MsgBodyCRC)
Set 消息内容的CRC32 Code
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMsgBodySize(Long MsgBodySize)
Set 消息体大小(单位K)
当大于2048时不返回消息
|
void |
setMsgId(String MsgId)
Set 消息id
|
void |
setMsgKey(String MsgKey)
Set 消息Key
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMsgTag(String MsgTag)
Set 消息Tag
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProperties(String Properties)
Set 消息属性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReConsumeTimes(Long ReConsumeTimes)
Set 消息重试次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setStoreTimestamp(Long StoreTimestamp)
Set 消息存储时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ExportRocketMQMessageDetailResponse()
public ExportRocketMQMessageDetailResponse(ExportRocketMQMessageDetailResponse source)
public String getMsgId()
public void setMsgId(String MsgId)
MsgId
- 消息idpublic Long getBornTimestamp()
public void setBornTimestamp(Long BornTimestamp)
BornTimestamp
- 消息生成时间戳
注意:此字段可能返回 null,表示取不到有效值。public Long getStoreTimestamp()
public void setStoreTimestamp(Long StoreTimestamp)
StoreTimestamp
- 消息存储时间戳
注意:此字段可能返回 null,表示取不到有效值。public String getBornHost()
public void setBornHost(String BornHost)
BornHost
- 消息生产客户端地址
注意:此字段可能返回 null,表示取不到有效值。public String getMsgTag()
public void setMsgTag(String MsgTag)
MsgTag
- 消息Tag
注意:此字段可能返回 null,表示取不到有效值。public String getMsgKey()
public void setMsgKey(String MsgKey)
MsgKey
- 消息Key
注意:此字段可能返回 null,表示取不到有效值。public String getProperties()
public void setProperties(String Properties)
Properties
- 消息属性
注意:此字段可能返回 null,表示取不到有效值。public Long getReConsumeTimes()
public void setReConsumeTimes(Long ReConsumeTimes)
ReConsumeTimes
- 消息重试次数
注意:此字段可能返回 null,表示取不到有效值。public String getMsgBody()
public void setMsgBody(String MsgBody)
MsgBody
- Base64编码格式字符串
注意:此字段可能返回 null,表示取不到有效值。public Long getMsgBodyCRC()
public void setMsgBodyCRC(Long MsgBodyCRC)
MsgBodyCRC
- 消息内容的CRC32 Code
注意:此字段可能返回 null,表示取不到有效值。public Long getMsgBodySize()
public void setMsgBodySize(Long MsgBodySize)
MsgBodySize
- 消息体大小(单位K)
当大于2048时不返回消息public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.