|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.HostCrashdump.Record
public static class HostCrashdump.Record
Represents all the fields in a HostCrashdump
Field Summary | |
---|---|
Host |
host
Host the crashdump relates to |
Map<String,String> |
otherConfig
additional configuration |
Long |
size
Size of the crashdump |
Date |
timestamp
Time the crash happened |
String |
uuid
Unique identifier/object reference |
Constructor Summary | |
---|---|
HostCrashdump.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a host_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 |
---|
public String uuid
public Host host
public Date timestamp
public Long size
public Map<String,String> otherConfig
Constructor Detail |
---|
public HostCrashdump.Record()
Method Detail |
---|
public String toString()
toString
in class Object
public 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 |