java.lang.Object | |
↳ | org.mule.module.s3.model.PartSummary |
Container for summary information about a part in a multipart upload, such as part number, size, etc.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
eTag | The entity tag generated from the part content. | ||||||||||
lastModified | The date at which this part was last modified. | ||||||||||
partNumber | The part number describing this part's position relative to the other parts in the multipart upload. | ||||||||||
size | The size, in bytes, of the part. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the entity tag generated from the part content.
| |||||||||||
Returns the date this part was last modified.
| |||||||||||
Returns the part number describing this part's position relative to the other parts in the multipart upload.
| |||||||||||
Returns the size of this part, in bytes.
| |||||||||||
Sets the entity tag generated from the part content.
| |||||||||||
Sets the date this part was last modified.
| |||||||||||
Sets the part number describing this part's position relative to the other parts in the multipart upload.
| |||||||||||
Sets the size of this part, in bytes.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The entity tag generated from the part content.
The date at which this part was last modified.
The part number describing this part's position relative to the other parts in the multipart upload. Part number must be between 1 and 10,000 (inclusive).
The size, in bytes, of the part.
Returns the entity tag generated from the part content.
Returns the date this part was last modified.
Returns the part number describing this part's position relative to the other parts in the multipart upload. Part number must be between 1 and 10,000 (inclusive).
Returns the size of this part, in bytes.
Sets the entity tag generated from the part content.
eTag | The entity tag generated from the part content. |
---|
Sets the date this part was last modified.
lastModified | The date this part was last modified. |
---|
Sets the part number describing this part's position relative to the other parts in the multipart upload. Part number must be between 1 and 10,000 (inclusive).
partNumber | The part number describing this part's position relative to the other parts in the multipart upload. Part number must be between 1 and 10,000 (inclusive). |
---|
Sets the size of this part, in bytes.
size | The size of this part, in bytes. |
---|