public class ObjectListing extends HeaderResponse
Modifier and Type | Class and Description |
---|---|
static class |
ObjectListing.Builder |
Constructor and Description |
---|
ObjectListing(List<ObsObject> objectSummaries,
List<String> commonPrefixes,
String bucketName,
boolean truncated,
String prefix,
String marker,
int maxKeys,
String delimiter,
String nextMarker,
String location)
Deprecated.
|
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Obtain the bucket name.
|
List<String> |
getCommonPrefixes()
Obtain the list of prefixes to the names of grouped objects.
|
String |
getDelimiter()
Obtain the character for grouping object names.
|
List<ObsObject> |
getExtendCommonPrefixes()
Obtain the list of prefixes to the names of grouped objects.
|
List<ObsObject> |
getExtenedCommonPrefixes()
Deprecated.
|
String |
getLocation()
Obtain the bucket location.
|
String |
getMarker()
Obtain the start position for listing objects.
|
int |
getMaxKeys()
Obtain the maximum number of objects to be listed.
|
String |
getNextMarker()
Obtain the start position for next listing.
|
List<ObsObject> |
getObjects()
Obtain the list of objects in the bucket.
|
List<S3Object> |
getObjectSummaries()
Deprecated.
|
String |
getPrefix()
Obtain the object name prefix used for filtering objects to be listed.
|
boolean |
isTruncated()
Check whether the query result list is truncated.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCode
@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)
public String getNextMarker()
public List<ObsObject> getObjects()
@Deprecated public List<S3Object> getObjectSummaries()
public List<String> getCommonPrefixes()
public List<ObsObject> getExtendCommonPrefixes()
@Deprecated public List<ObsObject> getExtenedCommonPrefixes()
public String getBucketName()
public boolean isTruncated()
public String getPrefix()
public String getMarker()
public int getMaxKeys()
public String getDelimiter()
public String getLocation()
public String toString()
toString
in class HeaderResponse
Copyright © 2021. All rights reserved.