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