|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.s3.model.PartSummary
public class PartSummary
Container for summary information about a part in a multipart upload, such as part number, size, etc.
Constructor Summary | |
---|---|
PartSummary()
|
Method Summary | |
---|---|
String |
getETag()
Returns the entity tag generated from the part content. |
Date |
getLastModified()
Returns the date this part was last modified. |
int |
getPartNumber()
Returns the part number describing this part's position relative to the other parts in the multipart upload. |
long |
getSize()
Returns the size of this part, in bytes. |
void |
setETag(String eTag)
Sets the entity tag generated from the part content. |
void |
setLastModified(Date lastModified)
Sets the date this part was last modified. |
void |
setPartNumber(int partNumber)
Sets the part number describing this part's position relative to the other parts in the multipart upload. |
void |
setSize(long size)
Sets the size of this part, in bytes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartSummary()
Method Detail |
---|
public int getPartNumber()
public void setPartNumber(int partNumber)
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).public Date getLastModified()
public void setLastModified(Date lastModified)
lastModified
- the date this part was last modified.public String getETag()
public void setETag(String eTag)
eTag
- the entity tag generated from the part content.public long getSize()
public void setSize(long size)
size
- the size of this part, in bytes.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |