public static class Blob.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
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 containg 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 |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a blob.Record to a Map
|
java.lang.String |
toString() |
public java.lang.String uuid
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.lang.Long size
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