public class RetryMessageModel extends Object
| 构造器和说明 |
|---|
RetryMessageModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApp() |
byte[] |
getBrokerMessage() |
String |
getBusinessId() |
byte[] |
getException() |
long |
getIndex() |
short |
getPartition() |
long |
getSendTime() |
String |
getTopic() |
void |
setApp(String app) |
void |
setBrokerMessage(byte[] brokerMessage) |
void |
setBusinessId(String businessId) |
void |
setException(byte[] exception) |
void |
setIndex(long index) |
void |
setPartition(short partition) |
void |
setSendTime(long sendTime) |
void |
setTopic(String topic) |
String |
toString() |
public String getBusinessId()
public void setBusinessId(String businessId)
public String getTopic()
public void setTopic(String topic)
public String getApp()
public void setApp(String app)
public short getPartition()
public void setPartition(short partition)
public long getIndex()
public void setIndex(long index)
public byte[] getBrokerMessage()
public void setBrokerMessage(byte[] brokerMessage)
public byte[] getException()
public void setException(byte[] exception)
public long getSendTime()
public void setSendTime(long sendTime)
Copyright © 2020 Joyqueue Community. All rights reserved.