public class PartSummary extends Object
构造器和说明 |
---|
PartSummary() |
PartSummary(Map<String,Object> jsonMap) |
限定符和类型 | 方法和说明 |
---|---|
String |
getETag()
Returns the entity tag generated from the part content.
|
Date |
getLastModified()
Returns the date this part was last modified.
|
double |
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.
|
String |
toString() |
public double 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.Copyright © 2016. All rights reserved.