Class OutputMappingConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.batch.v20170312.models.OutputMappingConfig
-
public class OutputMappingConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OutputMappingConfig()
OutputMappingConfig(OutputMappingConfig 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getScene()
Get 存储类型,仅支持COSLong
getWorkerNum()
Get 并行worker数量Long
getWorkerPartSize()
Get worker分块大小,单位MBvoid
setScene(String Scene)
Set 存储类型,仅支持COSvoid
setWorkerNum(Long WorkerNum)
Set 并行worker数量void
setWorkerPartSize(Long WorkerPartSize)
Set worker分块大小,单位MBvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OutputMappingConfig
public OutputMappingConfig()
-
OutputMappingConfig
public OutputMappingConfig(OutputMappingConfig 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.
-
-
Method Detail
-
getScene
public String getScene()
Get 存储类型,仅支持COS- Returns:
- Scene 存储类型,仅支持COS
-
setScene
public void setScene(String Scene)
Set 存储类型,仅支持COS- Parameters:
Scene
- 存储类型,仅支持COS
-
getWorkerNum
public Long getWorkerNum()
Get 并行worker数量- Returns:
- WorkerNum 并行worker数量
-
setWorkerNum
public void setWorkerNum(Long WorkerNum)
Set 并行worker数量- Parameters:
WorkerNum
- 并行worker数量
-
getWorkerPartSize
public Long getWorkerPartSize()
Get worker分块大小,单位MB- Returns:
- WorkerPartSize worker分块大小,单位MB
-
setWorkerPartSize
public void setWorkerPartSize(Long WorkerPartSize)
Set worker分块大小,单位MB- Parameters:
WorkerPartSize
- worker分块大小,单位MB
-
-