类 ObjectListing
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.ObjectListing
Response to a request for listing objects in a bucket
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明private Stringprivate Stringprivate Stringprivate Stringprivate intprivate Stringprivate Stringprivate boolean从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器限定符构造器说明privateObjectListing(ObjectListing.Builder builder) ObjectListing(List<ObsObject> objectSummaries, List<String> commonPrefixes, String bucketName, boolean truncated, String prefix, String marker, int maxKeys, String delimiter, String nextMarker, String location) 已过时。ObjectListing(List<ObsObject> objectSummaries, List<String> commonPrefixes, String bucketName, boolean truncated, String prefix, String marker, int maxKeys, String delimiter, String nextMarker, String location, List<ObsObject> extendCommonPrefixes) 已过时。 -
方法概要
修饰符和类型方法说明Obtain the bucket name.Obtain the list of prefixes to the names of grouped objects.Obtain the character for grouping object names.Obtain the list of prefixes to the names of grouped objects.已过时。Obtain the bucket location.Obtain the start position for listing objects.intObtain the maximum number of objects to be listed.Obtain the start position for next listing.Obtain the list of objects in the bucket.已过时。Obtain the object name prefix used for filtering objects to be listed.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
-
字段详细资料
-
objectSummaries
-
commonPrefixes
-
extendCommonPrefixes
-
bucketName
-
truncated
private boolean truncated -
prefix
-
marker
-
maxKeys
private int maxKeys -
delimiter
-
nextMarker
-
location
-
-
构造器详细资料
-
ObjectListing
@Deprecated public ObjectListing(List<ObsObject> objectSummaries, List<String> commonPrefixes, String bucketName, boolean truncated, String prefix, String marker, int maxKeys, String delimiter, String nextMarker, String location) 已过时。 -
ObjectListing
@Deprecated public ObjectListing(List<ObsObject> objectSummaries, List<String> commonPrefixes, String bucketName, boolean truncated, String prefix, String marker, int maxKeys, String delimiter, String nextMarker, String location, List<ObsObject> extendCommonPrefixes) 已过时。 -
ObjectListing
-
-
方法详细资料
-
getNextMarker
Obtain the start position for next listing.- 返回:
- Start position for next listing
-
getObjects
Obtain the list of objects in the bucket.- 返回:
- List of objects in the bucket
-
getObjectSummaries
已过时。 -
getCommonPrefixes
Obtain the list of prefixes to the names of grouped objects.- 返回:
- List of prefixes to the names of grouped objects
-
getExtendCommonPrefixes
Obtain the list of prefixes to the names of grouped objects.- 返回:
- List of prefixes to the names of grouped objects
-
getExtenedCommonPrefixes
已过时。 -
getBucketName
Obtain the bucket name.- 返回:
- Bucket name
-
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
-
getPrefix
Obtain the object name prefix used for filtering objects to be listed.- 返回:
- Object name prefix used for listing versioning objects
-
getMarker
Obtain the start position for listing objects.- 返回:
- Start position for listing objects
-
getMaxKeys
public int getMaxKeys()Obtain the maximum number of objects to be listed.- 返回:
- Maximum number of objects to be listed
-
getDelimiter
Obtain the character for grouping object names.- 返回:
- Character for grouping object names
-
getLocation
Obtain the bucket location.- 返回:
- Bucket location
-
toString
- 覆盖:
toString在类中HeaderResponse
-