public class UploadParts extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UploadParts.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<UploadPart> |
entries
A list of uploaded chunks for an upload session.
|
protected Long |
limit
The limit that was used for these entries.
|
protected Long |
offset
The 0-based offset of the first entry in this set.
|
protected List<UploadPartsOrderField> |
order
The order by which items are returned.
|
protected Long |
totalCount
One greater than the offset of the last entry in the entire collection.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UploadParts() |
protected |
UploadParts(UploadParts.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<UploadPart> |
getEntries() |
Long |
getLimit() |
Long |
getOffset() |
List<UploadPartsOrderField> |
getOrder() |
Long |
getTotalCount() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long totalCount
This field is only returned for calls that use offset-based pagination. For marker-based paginated APIs, this field will be omitted.
protected Long limit
protected Long offset
This field is only returned for calls that use offset-based pagination. For marker-based paginated APIs, this field will be omitted.
protected List<UploadPartsOrderField> order
This field is only returned for calls that use offset-based pagination. For marker-based paginated APIs, this field will be omitted.
protected List<UploadPart> entries
public UploadParts()
protected UploadParts(UploadParts.Builder builder)
public Long getTotalCount()
public List<UploadPartsOrderField> getOrder()
public List<UploadPart> getEntries()