public class LCSMessageMessage extends Message
PROTOCOL_VERSION_1_0, PROTOCOL_VERSION_1_1, PROTOCOL_VERSION_1_2, PROTOCOL_VERSION_1_3, PROTOCOL_VERSION_1_4, PROTOCOL_VERSION_1_5, PROTOCOL_VERSION_1_6, PROTOCOL_VERSION_1_7, PROTOCOL_VERSION_1_8, PROTOCOL_VERSION_CURRENT| Constructor and Description |
|---|
LCSMessageMessage() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent() |
long |
getCorpProjectId() |
long |
getSourceMessageId() |
int |
getType() |
boolean |
isDelete() |
void |
setContent(java.lang.String content) |
void |
setCorpProjectId(long corpProjectId) |
void |
setDelete(boolean delete) |
void |
setSourceMessageId(long sourceMessageId) |
void |
setType(int type) |
createMessage, createMessage, getCreateTime, getDeliveryTag, getErrorCode, getErrorMessage, getKey, getProtocolVersion, getQueueName, getSignatureString, getTransportMetadata, setCreateTime, setDeliveryTag, setErrorCode, setErrorMessage, setKey, setProtocolVersion, setQueueName, setTransportMetadata, toJSON, toStringpublic java.lang.String getContent()
public long getCorpProjectId()
public long getSourceMessageId()
public int getType()
public boolean isDelete()
public void setContent(java.lang.String content)
public void setCorpProjectId(long corpProjectId)
public void setDelete(boolean delete)
public void setSourceMessageId(long sourceMessageId)
public void setType(int type)