Class ArtifactReduction
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.ArtifactReduction
-
public class ArtifactReduction extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ArtifactReduction()ArtifactReduction(ArtifactReduction 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 StringgetAlgorithm()Get 去毛刺算法,可选项: edaf, wdaf, 默认edaf。 注意:此参数已经弃用StringgetType()Get 去毛刺方式:weak,,strongvoidsetAlgorithm(String Algorithm)Set 去毛刺算法,可选项: edaf, wdaf, 默认edaf。 注意:此参数已经弃用voidsetType(String Type)Set 去毛刺方式:weak,,strongvoidtoMap(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
-
ArtifactReduction
public ArtifactReduction()
-
ArtifactReduction
public ArtifactReduction(ArtifactReduction 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
-
getType
public String getType()
Get 去毛刺方式:weak,,strong- Returns:
- Type 去毛刺方式:weak,,strong
-
setType
public void setType(String Type)
Set 去毛刺方式:weak,,strong- Parameters:
Type- 去毛刺方式:weak,,strong
-
getAlgorithm
public String getAlgorithm()
Get 去毛刺算法,可选项: edaf, wdaf, 默认edaf。 注意:此参数已经弃用- Returns:
- Algorithm 去毛刺算法,可选项: edaf, wdaf, 默认edaf。 注意:此参数已经弃用
-
setAlgorithm
public void setAlgorithm(String Algorithm)
Set 去毛刺算法,可选项: edaf, wdaf, 默认edaf。 注意:此参数已经弃用- Parameters:
Algorithm- 去毛刺算法,可选项: edaf, wdaf, 默认edaf。 注意:此参数已经弃用
-
-