public class UploadPart extends UploadPartMini
| Modifier and Type | Class and Description |
|---|---|
static class |
UploadPart.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
sha1
The SHA1 hash of the chunk.
|
offset, partId, sizeexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UploadPart() |
protected |
UploadPart(UploadPart.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSha1() |
int |
hashCode() |
String |
toString() |
getOffset, getPartId, getSizegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic UploadPart()
protected UploadPart(UploadPart.Builder builder)
public boolean equals(Object o)
equals in class UploadPartMinipublic int hashCode()
hashCode in class UploadPartMinipublic String toString()
toString in class UploadPartMini