Uses of Class
com.applitools.eyes.universal.dto.InfoDto
-
Packages that use InfoDto Package Description com.applitools.eyes com.applitools.eyes.universal.dto -
-
Uses of InfoDto in com.applitools.eyes
Methods in com.applitools.eyes that return InfoDto Modifier and Type Method Description InfoDtoEyesError. getInfo()Methods in com.applitools.eyes with parameters of type InfoDto Modifier and Type Method Description voidEyesError. setInfo(InfoDto info) -
Uses of InfoDto in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return InfoDto Modifier and Type Method Description InfoDtoErrorDto. getInfo()Methods in com.applitools.eyes.universal.dto with parameters of type InfoDto Modifier and Type Method Description voidErrorDto. setInfo(InfoDto info)Constructors in com.applitools.eyes.universal.dto with parameters of type InfoDto Constructor Description ErrorDto(String message, String stack, String reason, InfoDto info)
-