|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.glacier.model.PartListElement
public class PartListElement
A list of the part sizes of the multipart upload.
| Constructor Summary | |
|---|---|
PartListElement()
Default constructor for a new PartListElement object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getRangeInBytes()
The byte range of a part, inclusive of the upper value of the range. |
java.lang.String |
getSHA256TreeHash()
The SHA256 tree hash value that Amazon Glacier calculated for the part. |
int |
hashCode()
|
void |
setRangeInBytes(java.lang.String rangeInBytes)
The byte range of a part, inclusive of the upper value of the range. |
void |
setSHA256TreeHash(java.lang.String sHA256TreeHash)
The SHA256 tree hash value that Amazon Glacier calculated for the part. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PartListElement |
withRangeInBytes(java.lang.String rangeInBytes)
The byte range of a part, inclusive of the upper value of the range. |
PartListElement |
withSHA256TreeHash(java.lang.String sHA256TreeHash)
The SHA256 tree hash value that Amazon Glacier calculated for the part. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PartListElement()
| Method Detail |
|---|
public java.lang.String getRangeInBytes()
public void setRangeInBytes(java.lang.String rangeInBytes)
rangeInBytes - The byte range of a part, inclusive of the upper value of the range.public PartListElement withRangeInBytes(java.lang.String rangeInBytes)
Returns a reference to this object so that method calls can be chained together.
rangeInBytes - The byte range of a part, inclusive of the upper value of the range.
public java.lang.String getSHA256TreeHash()
null.
null.public void setSHA256TreeHash(java.lang.String sHA256TreeHash)
null.
sHA256TreeHash - The SHA256 tree hash value that Amazon Glacier calculated for the
part. This field is never null.public PartListElement withSHA256TreeHash(java.lang.String sHA256TreeHash)
null.
Returns a reference to this object so that method calls can be chained together.
sHA256TreeHash - The SHA256 tree hash value that Amazon Glacier calculated for the
part. This field is never null.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||