com.xensource.xenapi
Class HostCrashdump.Record

java.lang.Object
  extended by com.xensource.xenapi.HostCrashdump.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
HostCrashdump

public static class HostCrashdump.Record
extends java.lang.Object
implements Types.Record

Represents all the fields in a HostCrashdump


Field Summary
 Host host
          Host the crashdump relates to
 java.util.Map<java.lang.String,java.lang.String> otherConfig
          additional configuration
 java.lang.Long size
          Size of the crashdump
 java.util.Date timestamp
          Time the crash happened
 java.lang.String uuid
          Unique identifier/object reference
 
Constructor Summary
HostCrashdump.Record()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> toMap()
          Convert a host_crashdump.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

uuid

public java.lang.String uuid
Unique identifier/object reference


host

public Host host
Host the crashdump relates to


timestamp

public java.util.Date timestamp
Time the crash happened


size

public java.lang.Long size
Size of the crashdump


otherConfig

public java.util.Map<java.lang.String,java.lang.String> otherConfig
additional configuration

Constructor Detail

HostCrashdump.Record

public HostCrashdump.Record()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toMap

public java.util.Map<java.lang.String,java.lang.Object> toMap()
Convert a host_crashdump.Record to a Map

Specified by:
toMap in interface Types.Record