Class TestResultContainerDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.TestResultContainerDto
-
public class TestResultContainerDto extends Object
Test result container dto
-
-
Constructor Summary
Constructors Constructor Description TestResultContainerDto()TestResultContainerDto(TestResultsDto result, EyesError error, ExactEnvironment environment, String userTestId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExactEnvironmentgetEnvironment()EyesErrorgetError()TestResultsDtogetResult()StringgetUserTestId()voidsetEnvironment(ExactEnvironment environment)voidsetError(EyesError error)voidsetResult(TestResultsDto result)voidsetUserTestId(String userTestId)
-
-
-
Constructor Detail
-
TestResultContainerDto
public TestResultContainerDto()
-
TestResultContainerDto
public TestResultContainerDto(TestResultsDto result, EyesError error, ExactEnvironment environment, String userTestId)
-
-
Method Detail
-
getResult
public TestResultsDto getResult()
-
setResult
public void setResult(TestResultsDto result)
-
getError
public EyesError getError()
-
setError
public void setError(EyesError error)
-
getEnvironment
public ExactEnvironment getEnvironment()
-
setEnvironment
public void setEnvironment(ExactEnvironment environment)
-
getUserTestId
public String getUserTestId()
-
setUserTestId
public void setUserTestId(String userTestId)
-
-