public class ArtifactReduction extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
Get 去毛刺算法,可选项:
edaf,
wdaf,
默认edaf。
注意:此参数已经弃用
|
String |
getType()
Get 去毛刺方式:weak,,strong
|
void |
setAlgorithm(String Algorithm)
Set 去毛刺算法,可选项:
edaf,
wdaf,
默认edaf。
注意:此参数已经弃用
|
void |
setType(String Type)
Set 去毛刺方式:weak,,strong
|
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 ArtifactReduction()
public ArtifactReduction(ArtifactReduction source)
public String getType()
public void setType(String Type)
Type
- 去毛刺方式:weak,,strongpublic String getAlgorithm()
public void setAlgorithm(String Algorithm)
Algorithm
- 去毛刺算法,可选项:
edaf,
wdaf,
默认edaf。
注意:此参数已经弃用Copyright © 2022. All rights reserved.