|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.Message.Record
public static class Message.Record
Represents all the fields in a Message
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
Message.Record()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a message.Record to a Map |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public Message.Record()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||