类 ListPartsResult
java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.ListPartsResult
Response to a request for listing uploaded parts
-
嵌套类概要
嵌套类 -
字段概要
从类继承的字段 com.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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()从类继承的方法 com.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 com.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
构造器详细资料
-
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
-
getInitiator
-
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
-
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
-