类 ListPartsResult
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.ListPartsResult
Response to a request for listing uploaded parts
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明private Stringprivate Ownerprivate booleanprivate Stringprivate Integerprivate Stringprivate Ownerprivate Stringprivate StorageClassEnumprivate String从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器限定符构造器说明privateListPartsResult(ListPartsResult.Builder builder) ListPartsResult(String bucket, String key, String uploadId, Owner initiator, Owner owner, StorageClassEnum storageClass, List<Multipart> multipartList, Integer maxParts, boolean isTruncated, String partNumberMarker, String nextPartNumberMarker) 已过时。 -
方法概要
修饰符和类型方法说明Obtain the name of the bucket to which the multipart upload belongs.Creator of the multipart uploadgetKey()Obtain the name of the object involved in the multipart upload.Obtain the maximum number of uploaded parts to be listed.Obtain the list of uploaded parts.Obtain the start position for next listing.Obtain the storage class of the object involved in the multipart upload.getOwner()Query the creator of the multipart upload.Obtain the start position for listing parts.已过时。Obtain the multipart upload ID.booleanCheck whether the query result list is truncated.toString()从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
字段详细资料
-
bucket
-
key
-
uploadId
-
initiator
-
owner
-
storageClass
-
multipartList
-
maxParts
-
isTruncated
private boolean isTruncated -
partNumberMarker
-
nextPartNumberMarker
-
-
构造器详细资料
-
ListPartsResult
@Deprecated public ListPartsResult(String bucket, String key, String uploadId, Owner initiator, Owner owner, StorageClassEnum storageClass, List<Multipart> multipartList, Integer maxParts, boolean isTruncated, String partNumberMarker, String nextPartNumberMarker) 已过时。 -
ListPartsResult
-
-
方法详细资料
-
getBucket
Obtain the name of the bucket to which the multipart upload belongs.- 返回:
- Name of the bucket to which the multipart upload belongs
-
getKey
Obtain the name of the object involved in the multipart upload.- 返回:
- Name of the object involved in the multipart upload
-
getUploadId
Obtain the multipart upload ID.- 返回:
- Multipart upload ID
-
getInitiator
Creator of the multipart upload- 返回:
- Creator of the multipart upload
-
getOwner
Query the creator of the multipart upload.- 返回:
- Owner of the multipart upload
-
getStorageClass
已过时。Obtain the storage class of the object involved in the multipart upload.- 返回:
- Storage class of the object involved in the multipart upload
-
getObjectStorageClass
Obtain the storage class of the object involved in the multipart upload.- 返回:
- Storage class of the object involved in the multipart upload
-
getMaxParts
Obtain the maximum number of uploaded parts to be listed.- 返回:
- Maximum number of uploaded parts to be listed
-
getMultipartList
Obtain the list of uploaded parts.- 返回:
- List of uploaded parts
-
isTruncated
public boolean isTruncated()Check whether the query result list is truncated. Value "true" indicates that the results are incomplete while value "false" indicates that the results are complete.- 返回:
- Truncation identifier
-
getPartNumberMarker
Obtain the start position for listing parts.- 返回:
- Start position for listing parts
-
getNextPartNumberMarker
Obtain the start position for next listing.- 返回:
- Start position for next listing
-
toString
- 覆盖:
toString在类中HeaderResponse
-