|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSSEResultBase
com.amazonaws.services.s3.model.CopyPartResult
public class CopyPartResult
Result of the copy part operation.
Constructor Summary | |
---|---|
CopyPartResult()
|
Method Summary | |
---|---|
java.lang.String |
getETag()
Gets the ETag value for the new part that was created in the associated CopyPartRequest . |
java.util.Date |
getLastModifiedDate()
Gets the date the newly copied part was last modified. |
PartETag |
getPartETag()
Returns an identifier which identifies the copy part by its part number and the entity tag computed from the part's data. |
int |
getPartNumber()
Gets the part number of the newly copied part. |
java.lang.String |
getVersionId()
Gets the version ID of the source object. |
void |
setETag(java.lang.String etag)
Sets the ETag value for the new part that was created from the associated copy object request. |
void |
setLastModifiedDate(java.util.Date lastModifiedDate)
Sets the date the newly copied part was last modified. |
void |
setPartNumber(int partNumber)
Sets the part number of the newly copied part. |
void |
setVersionId(java.lang.String versionId)
Sets the version ID of the source object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CopyPartResult()
Method Detail |
---|
public int getPartNumber()
public void setPartNumber(int partNumber)
partNumber
- the part number of the newly uploaded part.public java.lang.String getETag()
CopyPartRequest
.
setETag(String)
public void setETag(java.lang.String etag)
etag
- The ETag value for the new part.getETag()
public PartETag getPartETag()
public java.util.Date getLastModifiedDate()
setLastModifiedDate(Date)
public void setLastModifiedDate(java.util.Date lastModifiedDate)
lastModifiedDate
- The date the new, copied part was last modified.getLastModifiedDate()
public java.lang.String getVersionId()
setVersionId(String)
public void setVersionId(java.lang.String versionId)
versionId
- The version ID of the source object.getVersionId()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |