类 ObjectListing
java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.ObjectListing
Response to a request for listing objects in a bucket
-
嵌套类概要
嵌套类 -
字段概要
从类继承的字段 com.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器构造器说明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()从类继承的方法 com.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 com.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
构造器详细资料
-
ObjectListing
-
ObjectListing
-
-
方法详细资料
-
getNextMarker
Obtain the start position for next listing.- 返回:
- Start position for next listing
-
getObjects
-
getObjectSummaries
已过时。 -
getCommonPrefixes
-
getExtendCommonPrefixes
-
getExtenedCommonPrefixes
已过时。 -
getBucketName
-
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
-
toString
- 覆盖:
toString在类中HeaderResponse
-