|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.message.Queue.Message
public class Queue.Message
An inner class that contains the remaining properties of the Queue.
Field Summary | |
---|---|
java.lang.String |
correlationId
|
java.lang.String |
messageId
|
java.lang.String |
payLoad
|
Constructor Summary | |
---|---|
Queue.Message()
This is a constructor that takes no parameter |
Method Summary | |
---|---|
java.lang.String |
getCorrelationId()
Returns the correlationId of the messages in queue. |
java.lang.String |
getMessageId()
Returns the messageId of the messages in queue. |
java.lang.String |
getPayLoad()
Returns the payLoad of the messages in queue. |
void |
setCorrelationId(java.lang.String correlationId)
Sets the correlationId of the messages in queue. |
void |
setMessageId(java.lang.String messageId)
Sets the messageId of the messages in queue. |
void |
setPayLoad(java.lang.String payLoad)
Sets the payLoad of the messages in queue. |
java.lang.String |
toString()
Returns the Queue Response in JSON format. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String correlationId
public java.lang.String messageId
public java.lang.String payLoad
Constructor Detail |
---|
public Queue.Message()
Method Detail |
---|
public java.lang.String getCorrelationId()
public java.lang.String getMessageId()
public java.lang.String getPayLoad()
public void setCorrelationId(java.lang.String correlationId)
correlationId
- - correlationId of the messages in queue.public void setMessageId(java.lang.String messageId)
messageId
- - messageId of the messages in queue.public void setPayLoad(java.lang.String payLoad)
payLoad
- - payLoad of the messages in queue.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |