public class UESStorageObjectSummary
extends java.lang.Object
UESStorageObject
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
bucketId
Identifier of the UDDS bucket in which this object is stored.
|
private long |
contentLength
Size of the object in bytes.
|
private java.lang.String |
contentType
Type of content stored in the object.
|
private java.util.Date |
creationTime
Time when this object was created.
|
private java.lang.String |
logicalName
Logical name of the object.
|
private java.lang.String |
objectId
Identifier under which this object is stored in UDDS.
|
private UESOwner |
owner
The owner of this object.
|
Constructor and Description |
---|
UESStorageObjectSummary()
Creates a new instance of UESStorageObjectSummary.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBucketId()
Getter for property bucketId.
|
long |
getContentLength()
Getter for property contentLength.
|
java.lang.String |
getContentType()
Getter for property contentType.
|
java.util.Date |
getCreationTime()
Getter for property creationTime.
|
java.lang.String |
getLogicalName()
Getter for property logicalName.
|
java.lang.String |
getObjectId()
Getter for property objectId.
|
UESOwner |
getOwner()
Getter for property owner.
|
void |
setBucketId(java.lang.String bucketId)
Setter for property bucketId.
|
void |
setContentLength(long contentLength)
Setter for property contentLength.
|
void |
setContentType(java.lang.String contentType)
Setter for property contentType.
|
void |
setCreationTime(java.util.Date creationTime)
Setter for property creationTime.
|
void |
setLogicalName(java.lang.String logicalName)
Setter for property logicalName.
|
void |
setObjectId(java.lang.String objectId)
Setter for property objectId.
|
void |
setOwner(UESOwner owner)
Setter for property owner.
|
bucketId
- the bucketId to setobjectId
- the objectId to setlogicalName
- the logicalName to setcontentLength
- the contentLength to setcontentType
- the contentType to setowner
- the owner to setcreationTime
- the creationTime to set