public class ListObjectsV2Output extends Object
| 构造器和说明 |
|---|
ListObjectsV2Output() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ListedCommonPrefix> |
getCommonPrefixes() |
List<ListedObjectV2> |
getContents() |
String |
getDelimiter() |
String |
getEncodingType() |
String |
getMarker() |
int |
getMaxKeys() |
String |
getName() |
String |
getNextMarker() |
String |
getPrefix() |
RequestInfo |
getRequestInfo() |
boolean |
isTruncated() |
ListObjectsV2Output |
setCommonPrefixes(List<ListedCommonPrefix> commonPrefixes) |
ListObjectsV2Output |
setContents(List<ListedObjectV2> contents) |
ListObjectsV2Output |
setDelimiter(String delimiter) |
ListObjectsV2Output |
setEncodingType(String encodingType) |
ListObjectsV2Output |
setMarker(String marker) |
ListObjectsV2Output |
setMaxKeys(int maxKeys) |
ListObjectsV2Output |
setName(String name) |
ListObjectsV2Output |
setNextMarker(String nextMarker) |
ListObjectsV2Output |
setPrefix(String prefix) |
ListObjectsV2Output |
setRequestInfo(RequestInfo requestInfo) |
ListObjectsV2Output |
setTruncated(boolean truncated) |
String |
toString() |
public RequestInfo getRequestInfo()
public ListObjectsV2Output setRequestInfo(RequestInfo requestInfo)
public String getName()
public ListObjectsV2Output setName(String name)
public String getPrefix()
public ListObjectsV2Output setPrefix(String prefix)
public String getMarker()
public ListObjectsV2Output setMarker(String marker)
public int getMaxKeys()
public ListObjectsV2Output setMaxKeys(int maxKeys)
public String getNextMarker()
public ListObjectsV2Output setNextMarker(String nextMarker)
public String getDelimiter()
public ListObjectsV2Output setDelimiter(String delimiter)
public boolean isTruncated()
public ListObjectsV2Output setTruncated(boolean truncated)
public String getEncodingType()
public ListObjectsV2Output setEncodingType(String encodingType)
public List<ListedCommonPrefix> getCommonPrefixes()
public ListObjectsV2Output setCommonPrefixes(List<ListedCommonPrefix> commonPrefixes)
public List<ListedObjectV2> getContents()
public ListObjectsV2Output setContents(List<ListedObjectV2> contents)
Copyright © 2025. All rights reserved.