Package com.xensource.xenapi
Class Message.Record
java.lang.Object
com.xensource.xenapi.Message.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- Message
Represents all the fields in a Message
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe body of the messageThe class of the object this message is associated withThe name of the messageThe uuid of the object this message is associated withThe message priority, 0 being low priorityThe time at which the message was createdUnique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
name
The name of the message -
priority
The message priority, 0 being low priority -
cls
The class of the object this message is associated with -
objUuid
The uuid of the object this message is associated with -
timestamp
The time at which the message was created -
body
The body of the message
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a message.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-