Class MatchResultDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.MatchResultDto
-
public class MatchResultDto extends Object
match result dto
-
-
Constructor Summary
Constructors Constructor Description MatchResultDto()MatchResultDto(Boolean asExpected, Long windowId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAsExpected()LonggetWindowId()voidsetAsExpected(Boolean asExpected)voidsetWindowId(Long windowId)StringtoString()
-