public static class Message.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.lang.String |
body
The body of the message
|
Types.Cls |
cls
The class of the object this message is associated with
|
java.lang.String |
name
The name of the message
|
java.lang.String |
objUuid
The uuid of the object this message is associated with
|
java.lang.Long |
priority
The message priority, 0 being low priority
|
java.util.Date |
timestamp
The time at which the message was created
|
java.lang.String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Message.Record() |
public java.lang.String uuid
public java.lang.String name
public java.lang.Long priority
public Types.Cls cls
public java.lang.String objUuid
public java.util.Date timestamp
public java.lang.String body
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record