Package com.pkgrove.pkgrovekit.storage
Class CompletedUploadPart
-
- All Implemented Interfaces:
public final class CompletedUploadPart
-
-
Constructor Summary
Constructors Constructor Description CompletedUploadPart(Integer partNumber, String etag, Long sizeBytes, Checksum checksum)
-
Method Summary
Modifier and Type Method Description final IntegergetPartNumber()final StringgetEtag()final LonggetSizeBytes()final ChecksumgetChecksum()-
-
Method Detail
-
getPartNumber
final Integer getPartNumber()
-
getSizeBytes
final Long getSizeBytes()
-
getChecksum
final Checksum getChecksum()
-
-
-
-