Class BrowserInfoDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.BrowserInfoDto
-
public class BrowserInfoDto extends Object
Browser info dto
-
-
Constructor Summary
Constructors Constructor Description BrowserInfoDto()BrowserInfoDto(ChromeEmulationInfoDto chromeEmulationInfo, IosDeviceInfoDto iosDeviceInfo, String name, Integer width, Integer height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AndroidDeviceInfoDtogetAndroidDeviceInfo()ChromeEmulationInfoDtogetChromeEmulationInfo()ExactEnvironmentgetEnvironment()IntegergetHeight()IosDeviceInfoDtogetIosDeviceInfo()StringgetName()IntegergetWidth()voidsetAndroidDeviceInfo(AndroidDeviceInfoDto androidDeviceInfo)voidsetChromeEmulationInfo(ChromeEmulationInfoDto chromeEmulationInfo)voidsetEnvironment(ExactEnvironment environment)voidsetHeight(Integer height)voidsetIosDeviceInfo(IosDeviceInfoDto iosDeviceInfo)voidsetName(String name)voidsetWidth(Integer width)
-
-
-
Constructor Detail
-
BrowserInfoDto
public BrowserInfoDto()
-
BrowserInfoDto
public BrowserInfoDto(ChromeEmulationInfoDto chromeEmulationInfo, IosDeviceInfoDto iosDeviceInfo, String name, Integer width, Integer height)
-
-
Method Detail
-
getChromeEmulationInfo
public ChromeEmulationInfoDto getChromeEmulationInfo()
-
setChromeEmulationInfo
public void setChromeEmulationInfo(ChromeEmulationInfoDto chromeEmulationInfo)
-
getIosDeviceInfo
public IosDeviceInfoDto getIosDeviceInfo()
-
setIosDeviceInfo
public void setIosDeviceInfo(IosDeviceInfoDto iosDeviceInfo)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getWidth
public Integer getWidth()
-
setWidth
public void setWidth(Integer width)
-
getHeight
public Integer getHeight()
-
setHeight
public void setHeight(Integer height)
-
getAndroidDeviceInfo
public AndroidDeviceInfoDto getAndroidDeviceInfo()
-
setAndroidDeviceInfo
public void setAndroidDeviceInfo(AndroidDeviceInfoDto androidDeviceInfo)
-
getEnvironment
public ExactEnvironment getEnvironment()
-
setEnvironment
public void setEnvironment(ExactEnvironment environment)
-
-