Class ExactMatchSettingsDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.ExactMatchSettingsDto
-
public class ExactMatchSettingsDto extends Object
exact match settings
-
-
Constructor Summary
Constructors Constructor Description ExactMatchSettingsDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetMatchThreshold()IntegergetMinDiffHeight()IntegergetMinDiffIntensity()IntegergetMinDiffWidth()voidsetMatchThreshold(Float matchThreshold)voidsetMinDiffHeight(Integer minDiffHeight)voidsetMinDiffIntensity(Integer minDiffIntensity)voidsetMinDiffWidth(Integer minDiffWidth)StringtoString()
-
-
-
Method Detail
-
getMinDiffIntensity
public Integer getMinDiffIntensity()
-
setMinDiffIntensity
public void setMinDiffIntensity(Integer minDiffIntensity)
-
getMinDiffWidth
public Integer getMinDiffWidth()
-
setMinDiffWidth
public void setMinDiffWidth(Integer minDiffWidth)
-
getMinDiffHeight
public Integer getMinDiffHeight()
-
setMinDiffHeight
public void setMinDiffHeight(Integer minDiffHeight)
-
getMatchThreshold
public Float getMatchThreshold()
-
setMatchThreshold
public void setMatchThreshold(Float matchThreshold)
-
-