类 MultipartUploadListing
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.MultipartUploadListing
Response to a request for listing multipart uploads
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明private Stringprivate String[]private Stringprivate Stringprivate intprivate List<MultipartUpload> private Stringprivate Stringprivate Stringprivate booleanprivate String从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Obtain the name of the bucket to which the multipart uploads belong.String[]Obtain the list of prefixes to the names of grouped objects.Obtain the delimiter in the request for listing multipart uploads.Obtain the start position for listing multipart uploads (sorted by object name)intObtain the maximum number of multipart uploads to be listed.Obtain the list of multipart uploads unfinished in the bucket.Start position for next listing (sorted by object name)Obtain the start position for next listing (sorted by multipart upload ID).Obtain the prefix for listing multipart uploads.Obtain the start position for listing multipart uploads in the request (sorted by 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
-
字段详细资料
-
bucketName
-
keyMarker
-
uploadIdMarker
-
nextKeyMarker
-
nextUploadIdMarker
-
prefix
-
maxUploads
private int maxUploads -
truncated
private boolean truncated -
multipartTaskList
-
delimiter
-
commonPrefixes
-
-
构造器详细资料
-
MultipartUploadListing
@Deprecated public MultipartUploadListing(String bucketName, String keyMarker, String uploadIdMarker, String nextKeyMarker, String nextUploadIdMarker, String prefix, int maxUploads, boolean truncated, List<MultipartUpload> multipartTaskList, String delimiter, String[] commonPrefixes) 已过时。 -
MultipartUploadListing
-
-
方法详细资料
-
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
-
getCommonPrefixes
Obtain the list of prefixes to the names of grouped objects.- 返回:
- List of prefixes to the names of grouped objects
-
getUploadIdMarker
Obtain the start position for listing multipart uploads in the request (sorted by multipart upload ID).- 返回:
- Start position for listing multipart uploads in the request
-
getNextKeyMarker
Start position for next listing (sorted by object name)- 返回:
- Start position for next listing
-
getNextUploadIdMarker
Obtain the start position for next listing (sorted by multipart upload ID).- 返回:
- Start position for next listing
-
getMultipartTaskList
Obtain the list of multipart uploads unfinished in the bucket.- 返回:
- List of multipart uploads unfinished in the bucket
-
getBucketName
Obtain the name of the bucket to which the multipart uploads belong.- 返回:
- Name of the bucket to which the multipart uploads belong
-
getDelimiter
Obtain the delimiter in the request for listing multipart uploads.- 返回:
- Delimiter in the request for listing multipart uploads
-
getKeyMarker
Obtain the start position for listing multipart uploads (sorted by object name)- 返回:
- Start position for listing multipart uploads
-
getMaxUploads
public int getMaxUploads()Obtain the maximum number of multipart uploads to be listed.- 返回:
- Maximum number of multipart uploads to be listed
-
getPrefix
Obtain the prefix for listing multipart uploads.- 返回:
- Prefix for listing multipart uploads
-
toString
- 覆盖:
toString在类中HeaderResponse
-