public class SmartEraseTaskInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
SmartEraseTaskInput() |
SmartEraseTaskInput(SmartEraseTaskInput 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 |
---|---|
Long |
getDefinition()
Get Smart erasure template id.
|
String |
getOutputObjectPath()
Get Output path of the file, which can be a relative or absolute path.
|
TaskOutputStorage |
getOutputStorage()
Get Specifies the target storage for files.
|
RawSmartEraseParameter |
getRawParameter()
Get Intelligent erasure custom parameter.
|
void |
setDefinition(Long Definition)
Set Smart erasure template id.
|
void |
setOutputObjectPath(String OutputObjectPath)
Set Output path of the file, which can be a relative or absolute path.
|
void |
setOutputStorage(TaskOutputStorage OutputStorage)
Set Specifies the target storage for files.
|
void |
setRawParameter(RawSmartEraseParameter RawParameter)
Set Intelligent erasure custom parameter.
|
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, toJsonString
public SmartEraseTaskInput()
public SmartEraseTaskInput(SmartEraseTaskInput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Smart erasure template id.public RawSmartEraseParameter getRawParameter()
public void setRawParameter(RawSmartEraseParameter RawParameter)
RawParameter
- Intelligent erasure custom parameter. valid when Definition is 0. this parameter is used for highly custom scenarios. we recommend you prioritize using Definition to specify intelligent erasure parameters.
Note: This field may return null, indicating that no valid value can be obtained.public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage
- Specifies the target storage for files. if left blank, it inherits the upper-level OutputStorage value.
Note: This field may return null, indicating that no valid value can be obtained.public String getOutputObjectPath()
public void setOutputObjectPath(String OutputObjectPath)
OutputObjectPath
- Output path of the file, which can be a relative or absolute path.
Specifies the output path must end with `.{format}`. variable names, please refer to [filename variable explanation](https://www.tencentcloud.com/document/product/1041/33495?has_map=1).
Relative path example**:
Copyright © 2025. All rights reserved.