Class StepInfoDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.StepInfoDto
-
public class StepInfoDto extends Object
step info dto
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStepInfoDto.ApiUrlsstatic classStepInfoDto.AppUrls
-
Constructor Summary
Constructors Constructor Description StepInfoDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StepInfoDto.ApiUrlsgetApiUrls()StepInfoDto.AppUrlsgetAppUrls()BooleangetDifferent()BooleangetHasBaselineImage()BooleangetHasCurrentImage()StringgetName()voidsetApiUrls(StepInfoDto.ApiUrls apiUrls)voidsetAppUrls(StepInfoDto.AppUrls appUrls)voidsetDifferent(Boolean different)voidsetHasBaselineImage(Boolean hasBaselineImage)voidsetHasCurrentImage(Boolean hasCurrentImage)voidsetName(String name)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDifferent
public Boolean getDifferent()
-
setDifferent
public void setDifferent(Boolean different)
-
getHasBaselineImage
public Boolean getHasBaselineImage()
-
setHasBaselineImage
public void setHasBaselineImage(Boolean hasBaselineImage)
-
getHasCurrentImage
public Boolean getHasCurrentImage()
-
setHasCurrentImage
public void setHasCurrentImage(Boolean hasCurrentImage)
-
getApiUrls
public StepInfoDto.ApiUrls getApiUrls()
-
setApiUrls
public void setApiUrls(StepInfoDto.ApiUrls apiUrls)
-
getAppUrls
public StepInfoDto.AppUrls getAppUrls()
-
setAppUrls
public void setAppUrls(StepInfoDto.AppUrls appUrls)
-
-