public class OutputDataConfig extends AbstractModel
Constructor and Description |
---|
OutputDataConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getCosOutputBucket()
Get cos桶
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCosOutputKeyPrefix()
Get cos文件key
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCosOutputBucket(String CosOutputBucket)
Set cos桶
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCosOutputKeyPrefix(String CosOutputKeyPrefix)
Set cos文件key
注意:此字段可能返回 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 String getCosOutputBucket()
public void setCosOutputBucket(String CosOutputBucket)
CosOutputBucket
- cos桶
注意:此字段可能返回 null,表示取不到有效值。public String getCosOutputKeyPrefix()
public void setCosOutputKeyPrefix(String CosOutputKeyPrefix)
CosOutputKeyPrefix
- cos文件key
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.