public static class HostCrashdump.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a host_crashdump.Record to a Map
|
java.lang.String |
toString() |
public java.lang.String uuid
public Host host
public java.util.Date timestamp
public java.lang.Long size
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record