@Deprecated public class ListObjectsOutput extends Object
| 构造器和说明 |
|---|
ListObjectsOutput()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ListedCommonPrefix[] |
getCommonPrefixes()
已过时。
|
ListedObject[] |
getContents()
已过时。
|
String |
getDelimiter()
已过时。
|
String |
getEncodingType()
已过时。
|
String |
getMarker()
已过时。
|
long |
getMaxKeys()
已过时。
|
String |
getName()
已过时。
|
String |
getNextMarker()
已过时。
|
String |
getPrefix()
已过时。
|
RequestInfo |
getRequestInfo()
已过时。
|
boolean |
isTruncated()
已过时。
|
ListObjectsOutput |
setCommonPrefixes(ListedCommonPrefix[] commonPrefixes)
已过时。
|
ListObjectsOutput |
setContents(ListedObject[] contents)
已过时。
|
ListObjectsOutput |
setDelimiter(String delimiter)
已过时。
|
ListObjectsOutput |
setEncodingType(String encodingType)
已过时。
|
ListObjectsOutput |
setMarker(String marker)
已过时。
|
ListObjectsOutput |
setMaxKeys(long maxKeys)
已过时。
|
ListObjectsOutput |
setName(String name)
已过时。
|
ListObjectsOutput |
setNextMarker(String nextMarker)
已过时。
|
ListObjectsOutput |
setPrefix(String prefix)
已过时。
|
ListObjectsOutput |
setRequestInfo(RequestInfo requestInfo)
已过时。
|
ListObjectsOutput |
setTruncated(boolean truncated)
已过时。
|
String |
toString()
已过时。
|
public RequestInfo getRequestInfo()
public ListObjectsOutput setRequestInfo(RequestInfo requestInfo)
public String getName()
public ListObjectsOutput setName(String name)
public String getPrefix()
public ListObjectsOutput setPrefix(String prefix)
public String getMarker()
public ListObjectsOutput setMarker(String marker)
public long getMaxKeys()
public ListObjectsOutput setMaxKeys(long maxKeys)
public String getNextMarker()
public ListObjectsOutput setNextMarker(String nextMarker)
public String getDelimiter()
public ListObjectsOutput setDelimiter(String delimiter)
public boolean isTruncated()
public ListObjectsOutput setTruncated(boolean truncated)
public String getEncodingType()
public ListObjectsOutput setEncodingType(String encodingType)
public ListedCommonPrefix[] getCommonPrefixes()
public ListObjectsOutput setCommonPrefixes(ListedCommonPrefix[] commonPrefixes)
public ListedObject[] getContents()
public ListObjectsOutput setContents(ListedObject[] contents)
Copyright © 2023. All rights reserved.