public class FileOutput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FileOutput() | 
| FileOutput(FileOutput source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBucket()Get 存储的Bucket | 
| String | getObjectPrefix()Get 对象前缀 | 
| String | getRegion()Get Cos Region | 
| void | setBucket(String Bucket)Set 存储的Bucket | 
| void | setObjectPrefix(String ObjectPrefix)Set 对象前缀 | 
| void | setRegion(String Region)Set Cos Region | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic FileOutput()
public FileOutput(FileOutput source)
public String getBucket()
public void setBucket(String Bucket)
Bucket - 存储的Bucketpublic String getRegion()
public void setRegion(String Region)
Region - Cos Regionpublic String getObjectPrefix()
public void setObjectPrefix(String ObjectPrefix)
ObjectPrefix - 对象前缀Copyright © 2025. All rights reserved.