|
||||||||
| 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 | |
|---|---|
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 Summary | |
|---|---|
Message.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a message.Record to a Map |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String uuid
public String name
public Long priority
public Types.Cls cls
public String objUuid
public Date timestamp
public String body
| Constructor Detail |
|---|
public Message.Record()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Map<String,Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||