public class UploadPartResult extends SSEResultBase implements Serializable
Constructor and Description |
---|
UploadPartResult() |
Modifier and Type | Method and Description |
---|---|
String |
getCrc64Ecma() |
String |
getETag()
Returns the entity tag of the newly uploaded part.
|
PartETag |
getPartETag()
Returns an identifier which identifies the upload part by its part number
and the entity tag computed from the part's data.
|
int |
getPartNumber()
Returns the part number of the newly uploaded part.
|
void |
setCrc64Ecma(String crc64Ecma) |
void |
setETag(String eTag)
Sets the entity tag of the newly uploaded part.
|
void |
setPartNumber(int partNumber)
Sets the part number of the newly uploaded part.
|
getServerSideEncryption, getSSEAlgorithm, getSSECustomerAlgorithm, getSSECustomerKeyMd5, setSSEAlgorithm, setSSECustomerAlgorithm, setSSECustomerKeyMd5
public int getPartNumber()
public void setPartNumber(int partNumber)
partNumber
- the part number of the newly uploaded part.public String getETag()
public void setETag(String eTag)
eTag
- the entity tag of the newly uploaded part.public PartETag getPartETag()
public String getCrc64Ecma()
public void setCrc64Ecma(String crc64Ecma)
Copyright © 2023. All rights reserved.