public final class PartRepresents a part of a multipart upload.
Static Methods
builder()
public static Part.Builder builder()Returns a new builder for this class.
| Returns | |
|---|---|
| Type | Description |
Part.Builder |
a new builder for this class. |
Methods
eTag()
public String eTag()Returns the ETag of the part.
| Returns | |
|---|---|
| Type | Description |
String |
the ETag of the part. |
equals(Object o)
public boolean equals(Object o)| Parameter | |
|---|---|
| Name | Description |
o |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
lastModified()
public OffsetDateTime lastModified()Returns the last modified time of the part.
| Returns | |
|---|---|
| Type | Description |
OffsetDateTime |
the last modified time of the part. |
partNumber()
public int partNumber()Returns the part number.
| Returns | |
|---|---|
| Type | Description |
int |
the part number. |
size()
public long size()Returns the size of the part.
| Returns | |
|---|---|
| Type | Description |
long |
the size of the part. |
toString()
public String toString()| Returns | |
|---|---|
| Type | Description |
String |
|