com.xensource.xenapi
public static class Blob.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
_public
True if the blob is publicly accessible
First published in XenServer 6.1.
|
java.util.Date |
lastUpdated
Time at which the data in the blob was last updated
|
java.lang.String |
mimeType
The mime type associated with this object.
|
java.lang.String |
nameDescription
a notes field containing human-readable description
|
java.lang.String |
nameLabel
a human-readable name
|
java.lang.Long |
size
Size of the binary data, in bytes
|
java.lang.String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Blob.Record() |
public java.lang.String uuid
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.lang.Long size
public java.lang.Boolean _public
public java.util.Date lastUpdated
public java.lang.String mimeType
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