Class TestResultsDto


  • public class TestResultsDto
    extends Object
    • Constructor Detail

      • TestResultsDto

        public TestResultsDto()
    • Method Detail

      • getStepsInfo

        public StepInfo[] getStepsInfo()
      • setStepsInfo

        public void setStepsInfo​(StepInfo[] stepsInfo)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getSecretToken

        public String getSecretToken()
      • setSecretToken

        public void setSecretToken​(String secretToken)
      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getAppName

        public String getAppName()
      • setAppName

        public void setAppName​(String appName)
      • getBatchName

        public String getBatchName()
      • setBatchName

        public void setBatchName​(String batchName)
      • getBatchId

        public String getBatchId()
      • setBatchId

        public void setBatchId​(String batchId)
      • getBranchName

        public String getBranchName()
      • setBranchName

        public void setBranchName​(String branchName)
      • getHostOS

        public String getHostOS()
      • setHostOS

        public void setHostOS​(String hostOS)
      • getHostApp

        public String getHostApp()
      • setHostApp

        public void setHostApp​(String hostApp)
      • getHostDisplaySize

        public com.applitools.eyes.RectangleSize getHostDisplaySize()
      • setHostDisplaySize

        public void setHostDisplaySize​(com.applitools.eyes.RectangleSize hostDisplaySize)
      • getStartedAt

        public Calendar getStartedAt()
      • setStartedAt

        public void setStartedAt​(Calendar startedAt)
      • getDuration

        public Integer getDuration()
      • setDuration

        public void setDuration​(Integer duration)
      • isDifferent

        public boolean isDifferent()
      • setDifferent

        public void setDifferent​(boolean different)
      • isAborted

        public boolean isAborted()
      • setAborted

        public void setAborted​(boolean aborted)
      • setAppUrls

        public void setAppUrls​(SessionUrls appUrls)
      • setApiUrls

        public void setApiUrls​(SessionUrls apiUrls)
      • getSteps

        public int getSteps()
      • getMatches

        public int getMatches()
      • getMismatches

        public int getMismatches()
      • getMissing

        public int getMissing()
      • getExactMatches

        public int getExactMatches()
      • getStrictMatches

        public int getStrictMatches()
      • getContentMatches

        public int getContentMatches()
      • getLayoutMatches

        public int getLayoutMatches()
      • getNoneMatches

        public int getNoneMatches()
      • getUrl

        public String getUrl()
      • isPassed

        public boolean isPassed()
      • setSteps

        public void setSteps​(int steps)
      • setMatches

        public void setMatches​(int matches)
      • setMismatches

        public void setMismatches​(int mismatches)
      • setMissing

        public void setMissing​(int missing)
      • setExactMatches

        public void setExactMatches​(int exactMatches)
      • setStrictMatches

        public void setStrictMatches​(int strictMatches)
      • setContentMatches

        public void setContentMatches​(int contentMatches)
      • setLayoutMatches

        public void setLayoutMatches​(int layoutMatches)
      • setNoneMatches

        public void setNoneMatches​(int noneMatches)
      • setUrl

        public void setUrl​(String url)
      • setNew

        public void setNew​(Boolean isNew)
      • getUserTestId

        public String getUserTestId()
      • setUserTestId

        public void setUserTestId​(String userTestId)
      • setApiKey

        public void setApiKey​(ServerInfoDto serverInfo)
      • setProxy

        public void setProxy​(ProxyDto proxy)