com.xensource.xenapi
Class Crashdump.Record

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

public static class Crashdump.Record
extends Object
implements Types.Record

Represents all the fields in a Crashdump


Field Summary
 String uuid
          unique identifier/object reference
 VDI VDI
          the virtual disk
 VM VM
          the virtual machine
 
Constructor Summary
Crashdump.Record()
           
 
Method Summary
 Map<String,Object> toMap()
          Convert a crashdump.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

uuid

public String uuid
unique identifier/object reference


VM

public VM VM
the virtual machine


VDI

public VDI VDI
the virtual disk

Constructor Detail

Crashdump.Record

public Crashdump.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

public Map<String,Object> toMap()
Convert a crashdump.Record to a Map

Specified by:
toMap in interface Types.Record