Class ListPartsResponse (2.60.0)

public final class ListPartsResponse

Represents a response to a list parts request.

Inheritance

Object > ListPartsResponse

Static Methods

builder()

public static ListPartsResponse.Builder builder()

Creates a new Builder for ListPartsResponse objects.

Returns
Type Description
ListPartsResponse.Builder

A new Builder instance.

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getBucket()

public String getBucket()

Returns the bucket name.

Returns
Type Description
String

the bucket name.

getKey()

public String getKey()

Returns the object name.

Returns
Type Description
String

the object name.

getMaxParts()

public int getMaxParts()

Returns the maximum number of parts to return.

Returns
Type Description
int

the maximum number of parts to return.

getNextPartNumberMarker()

public int getNextPartNumberMarker()

Returns the next part number marker.

Returns
Type Description
int

the next part number marker.

getPartNumberMarker()

public int getPartNumberMarker()

Returns the part number marker.

Returns
Type Description
int

the part number marker.

getParts()

public List<Part> getParts()

Returns the list of parts.

Returns
Type Description
List<Part>

the list of parts.

getStorageClass()

public StorageClass getStorageClass()

Returns the storage class of the object.

Returns
Type Description
StorageClass

the storage class of the object.

getUploadId()

public String getUploadId()

Returns the upload ID.

Returns
Type Description
String

the upload ID.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

isTruncated()

public boolean isTruncated()

Returns true if the response is truncated.

Returns
Type Description
boolean

true if the response is truncated.

toString()

public String toString()
Returns
Type Description
String
Overrides