Package com.buildstash
Class MultipartChunk
java.lang.Object
com.buildstash.MultipartChunk
Data model for multipart upload chunk information.
Represents a part of a multipart upload with its part number and ETag.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MultipartChunk
public MultipartChunk() -
MultipartChunk
-
-
Method Details
-
getPartNumber
public int getPartNumber() -
setPartNumber
public void setPartNumber(int partNumber) -
getETag
-
setETag
-