com.xensource.xenapi
Class Debug.Record

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

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

Represents all the fields in a Debug


Constructor Summary
Debug.Record()
           
 
Method Summary
 Map<String,Object> toMap()
          Convert a debug.Record to a Map
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Debug.Record

public Debug.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

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

Specified by:
toMap in interface Types.Record