Class Message.Record

java.lang.Object
com.xensource.xenapi.Message.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
Message

public static class Message.Record extends Object implements Types.Record
Represents all the fields in a Message
  • Field Details

    • uuid

      public String uuid
      Unique identifier/object reference
    • name

      public String name
      The name of the message
    • priority

      public Long priority
      The message priority, 0 being low priority
    • cls

      public Types.Cls cls
      The class of the object this message is associated with
    • objUuid

      public String objUuid
      The uuid of the object this message is associated with
    • timestamp

      public Date timestamp
      The time at which the message was created
    • body

      public String body
      The body of the message
  • Constructor Details

    • Record

      public Record()
  • Method Details