Class EmulationBaseInfoDto
- java.lang.Object
-
- com.applitools.eyes.selenium.universal.dto.EmulationBaseInfoDto
-
public class EmulationBaseInfoDto extends Object
emulation base info dto
-
-
Constructor Summary
Constructors Constructor Description EmulationBaseInfoDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceName()DoublegetDeviceScaleFactor()IntegergetHeight()StringgetScreenOrientation()com.applitools.eyes.universal.dto.RectangleSizeDtogetSize()IntegergetWidth()voidsetDeviceName(String deviceName)voidsetDeviceScaleFactor(Double deviceScaleFactor)voidsetHeight(Integer height)voidsetScreenOrientation(String screenOrientation)voidsetSize(com.applitools.eyes.universal.dto.RectangleSizeDto size)voidsetWidth(Integer width)
-
-
-
Method Detail
-
getScreenOrientation
public String getScreenOrientation()
-
setScreenOrientation
public void setScreenOrientation(String screenOrientation)
-
getSize
public com.applitools.eyes.universal.dto.RectangleSizeDto getSize()
-
setSize
public void setSize(com.applitools.eyes.universal.dto.RectangleSizeDto size)
-
getDeviceName
public String getDeviceName()
-
setDeviceName
public void setDeviceName(String deviceName)
-
getWidth
public Integer getWidth()
-
setWidth
public void setWidth(Integer width)
-
getHeight
public Integer getHeight()
-
setHeight
public void setHeight(Integer height)
-
getDeviceScaleFactor
public Double getDeviceScaleFactor()
-
setDeviceScaleFactor
public void setDeviceScaleFactor(Double deviceScaleFactor)
-
-