public class MessageItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MessageItem() | 
| MessageItem(MessageItem 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 | 
|---|---|
| Long | getDeadLetterResendSuccessTimes()Get 死信重发成功次数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getDeadLetterResendTimes()Get 死信重发次数      
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getKeys()Get 消息key
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getMsgId()Get 消息ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getProducerAddr()Get 客户端地址       
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getProduceTime()Get 消息发送时间      
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getTags()Get 消息tag
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDeadLetterResendSuccessTimes(Long DeadLetterResendSuccessTimes)Set 死信重发成功次数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDeadLetterResendTimes(Long DeadLetterResendTimes)Set 死信重发次数      
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setKeys(String Keys)Set 消息key
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMsgId(String MsgId)Set 消息ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProducerAddr(String ProducerAddr)Set 客户端地址       
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProduceTime(String ProduceTime)Set 消息发送时间      
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTags(String Tags)Set 消息tag
注意:此字段可能返回 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, toJsonStringpublic MessageItem()
public MessageItem(MessageItem source)
public String getMsgId()
public void setMsgId(String MsgId)
MsgId - 消息ID
注意:此字段可能返回 null,表示取不到有效值。public String getTags()
public void setTags(String Tags)
Tags - 消息tag
注意:此字段可能返回 null,表示取不到有效值。public String getKeys()
public void setKeys(String Keys)
Keys - 消息key
注意:此字段可能返回 null,表示取不到有效值。public String getProducerAddr()
public void setProducerAddr(String ProducerAddr)
ProducerAddr - 客户端地址   
注意:此字段可能返回 null,表示取不到有效值。public String getProduceTime()
public void setProduceTime(String ProduceTime)
ProduceTime - 消息发送时间  
注意:此字段可能返回 null,表示取不到有效值。public Long getDeadLetterResendTimes()
public void setDeadLetterResendTimes(Long DeadLetterResendTimes)
DeadLetterResendTimes - 死信重发次数  
注意:此字段可能返回 null,表示取不到有效值。public Long getDeadLetterResendSuccessTimes()
public void setDeadLetterResendSuccessTimes(Long DeadLetterResendSuccessTimes)
DeadLetterResendSuccessTimes - 死信重发成功次数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.