public class PartSummary extends Object implements Serializable
| Constructor and Description |
|---|
PartSummary() |
PartSummary(int partNumber,
LocalDateTime lastModified,
String eTag,
long size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getETag()
Returns the entity tag generated from the part content.
|
LocalDateTime |
getLastModified()
Returns the date this part was last modified.
|
int |
getPartNumber()
Returns the part number describing this part's position relative to the other parts in the multipart upload.
|
long |
getSize()
Returns the size of this part, in bytes.
|
int |
hashCode() |
public PartSummary()
public PartSummary(int partNumber,
LocalDateTime lastModified,
String eTag,
long size)
public int getPartNumber()
public LocalDateTime getLastModified()
public String getETag()
public long getSize()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.