public class OutputDataConfig extends AbstractModel
Constructor and Description |
---|
OutputDataConfig() |
OutputDataConfig(OutputDataConfig 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 |
getCosOutputBucket()
Get cos输出桶
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCosOutputKeyPrefix()
Get cos输出key前缀
注意:此字段可能返回 null,表示取不到有效值。
|
FileSystemDataSource |
getFileSystemDataSource()
Get 文件系统输出,如果指定了文件系统,那么Cos输出会被忽略
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCosOutputBucket(String CosOutputBucket)
Set cos输出桶
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCosOutputKeyPrefix(String CosOutputKeyPrefix)
Set cos输出key前缀
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileSystemDataSource(FileSystemDataSource FileSystemDataSource)
Set 文件系统输出,如果指定了文件系统,那么Cos输出会被忽略
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OutputDataConfig()
public OutputDataConfig(OutputDataConfig source)
public String getCosOutputBucket()
public void setCosOutputBucket(String CosOutputBucket)
CosOutputBucket
- cos输出桶
注意:此字段可能返回 null,表示取不到有效值。public String getCosOutputKeyPrefix()
public void setCosOutputKeyPrefix(String CosOutputKeyPrefix)
CosOutputKeyPrefix
- cos输出key前缀
注意:此字段可能返回 null,表示取不到有效值。public FileSystemDataSource getFileSystemDataSource()
public void setFileSystemDataSource(FileSystemDataSource FileSystemDataSource)
FileSystemDataSource
- 文件系统输出,如果指定了文件系统,那么Cos输出会被忽略
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.