|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.Blob.Record
public static class Blob.Record
Represents all the fields in a Blob
| Field Summary | |
|---|---|
Boolean |
_public
True if the blob is publicly accessible |
Date |
lastUpdated
Time at which the data in the blob was last updated |
String |
mimeType
The mime type associated with this object. |
String |
nameDescription
a notes field containing human-readable description |
String |
nameLabel
a human-readable name |
Long |
size
Size of the binary data, in bytes |
String |
uuid
Unique identifier/object reference |
| Constructor Summary | |
|---|---|
Blob.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a blob.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 String nameLabel
public String nameDescription
public Long size
public Boolean _public
public Date lastUpdated
public String mimeType
| Constructor Detail |
|---|
public Blob.Record()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic 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 | |||||||