public class UploadPartMini extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UploadPartMini.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
offset
The offset of the chunk within the file in bytes.
|
protected String |
partId
The unique ID of the chunk.
|
protected Long |
size
The size of the chunk in bytes.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UploadPartMini() |
protected |
UploadPartMini(UploadPartMini.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getOffset() |
String |
getPartId() |
Long |
getSize() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long offset
public UploadPartMini()
protected UploadPartMini(UploadPartMini.Builder builder)