
public class OnsTraceBean extends Object
| Constructor and Description |
|---|
OnsTraceBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBodyLength() |
String |
getClientHost() |
String |
getKeys() |
String |
getMsgId() |
com.alibaba.rocketmq.common.message.MessageType |
getMsgType() |
String |
getOffsetMsgId() |
int |
getRetryTimes() |
String |
getStoreHost() |
long |
getStoreTime() |
String |
getTags() |
String |
getTopic() |
void |
setBodyLength(int bodyLength) |
void |
setClientHost(String clientHost) |
void |
setKeys(String keys) |
void |
setMsgId(String msgId) |
void |
setMsgType(com.alibaba.rocketmq.common.message.MessageType msgType) |
void |
setOffsetMsgId(String offsetMsgId) |
void |
setRetryTimes(int retryTimes) |
void |
setStoreHost(String storeHost) |
void |
setStoreTime(long storeTime) |
void |
setTags(String tags) |
void |
setTopic(String topic) |
public com.alibaba.rocketmq.common.message.MessageType getMsgType()
public void setMsgType(com.alibaba.rocketmq.common.message.MessageType msgType)
public String getOffsetMsgId()
public void setOffsetMsgId(String offsetMsgId)
public String getTopic()
public void setTopic(String topic)
public String getMsgId()
public void setMsgId(String msgId)
public String getTags()
public void setTags(String tags)
public String getKeys()
public void setKeys(String keys)
public String getStoreHost()
public void setStoreHost(String storeHost)
public String getClientHost()
public void setClientHost(String clientHost)
public long getStoreTime()
public void setStoreTime(long storeTime)
public int getRetryTimes()
public void setRetryTimes(int retryTimes)
public int getBodyLength()
public void setBodyLength(int bodyLength)
Copyright © 2012–2017. All rights reserved.