@Deprecated public class GetObjectOutput extends Object implements Closeable, Serializable
| 构造器和说明 |
|---|
GetObjectOutput()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
已过时。
|
InputStream |
getContent()
已过时。
|
String |
getContentRange()
已过时。
|
ObjectMeta |
getObjectMeta()
已过时。
|
RequestInfo |
getRequestInfo()
已过时。
|
GetObjectOutput |
setContent(InputStream content)
已过时。
|
GetObjectOutput |
setContentRange(String contentRange)
已过时。
|
GetObjectOutput |
setObjectMeta(ObjectMeta objectMeta)
已过时。
|
GetObjectOutput |
setObjectMetaFromResponse(TosResponse response)
已过时。
|
GetObjectOutput |
setRequestInfo(RequestInfo requestInfo)
已过时。
|
String |
toString()
已过时。
|
public GetObjectOutput setObjectMetaFromResponse(TosResponse response)
public void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableIOExceptionpublic RequestInfo getRequestInfo()
public GetObjectOutput setRequestInfo(RequestInfo requestInfo)
public String getContentRange()
public GetObjectOutput setContentRange(String contentRange)
public InputStream getContent()
public GetObjectOutput setContent(InputStream content)
public ObjectMeta getObjectMeta()
public GetObjectOutput setObjectMeta(ObjectMeta objectMeta)
Copyright © 2024. All rights reserved.