public class ListContentSummaryResult extends HeaderResponse
Modifier and Type | Class and Description |
---|---|
static class |
ListContentSummaryResult.Builder |
Constructor and Description |
---|
ListContentSummaryResult(List<FolderContentSummary> folderContentSummaries,
String bucketName,
boolean truncated,
String prefix,
String marker,
int maxKeys,
String delimiter,
String nextMarker,
String location)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
获取桶名
|
String |
getDelimiter()
获取列举目录统计信息时请求中的分组字符
|
List<FolderContentSummary> |
getFolderContentSummaries()
获取桶内目录统计信息列表
|
String |
getLocation()
获取桶的区域位置
|
String |
getMarker()
获取列举目录统计信息请求中的起始位置
|
int |
getMaxKeys()
获取列举目录统计信息的最大条目数
|
String |
getNextMarker()
获取下次请求的起始位置
|
String |
getPrefix()
获取列举目录统计信息请求中的对象名前缀
|
boolean |
isTruncated()
判断查询结果列表是否被截断。true表示截断,本次没有返回全部结果;false表示未截断,本次已经返回了全部结果。
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCode
@Deprecated public ListContentSummaryResult(List<FolderContentSummary> folderContentSummaries, String bucketName, boolean truncated, String prefix, String marker, int maxKeys, String delimiter, String nextMarker, String location)
public String getNextMarker()
public List<FolderContentSummary> getFolderContentSummaries()
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.