public class ScratchRepair extends AbstractModel
Constructor and Description |
---|
ScratchRepair() |
ScratchRepair(ScratchRepair 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 |
---|---|
Float |
getRatio()
Get 去划痕强度, 可选项:0.0-1.0。小于0.0的默认为0.0,大于1.0的默认为1.0。
|
String |
getType()
Get 去划痕方式,取值:normal。
|
void |
setRatio(Float Ratio)
Set 去划痕强度, 可选项:0.0-1.0。小于0.0的默认为0.0,大于1.0的默认为1.0。
|
void |
setType(String Type)
Set 去划痕方式,取值:normal。
|
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 ScratchRepair()
public ScratchRepair(ScratchRepair source)
public String getType()
public void setType(String Type)
Type
- 去划痕方式,取值:normal。public Float getRatio()
public void setRatio(Float Ratio)
Ratio
- 去划痕强度, 可选项:0.0-1.0。小于0.0的默认为0.0,大于1.0的默认为1.0。Copyright © 2022. All rights reserved.