public class OutputMappingConfig extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getScene()
Get Storage type.
|
Long |
getWorkerNum()
Get Number of concurrent workers
|
Long |
getWorkerPartSize()
Get Size of a worker part, in MB.
|
void |
setScene(String Scene)
Set Storage type.
|
void |
setWorkerNum(Long WorkerNum)
Set Number of concurrent workers
|
void |
setWorkerPartSize(Long WorkerPartSize)
Set Size of a worker part, in MB.
|
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 OutputMappingConfig()
public OutputMappingConfig(OutputMappingConfig source)
public String getScene()
public void setScene(String Scene)
Scene
- Storage type. Only `COS` is supported.public Long getWorkerNum()
public void setWorkerNum(Long WorkerNum)
WorkerNum
- Number of concurrent workerspublic Long getWorkerPartSize()
public void setWorkerPartSize(Long WorkerPartSize)
WorkerPartSize
- Size of a worker part, in MB.Copyright © 2023. All rights reserved.