Class EmulationBaseInfoDto


  • public class EmulationBaseInfoDto
    extends Object
    emulation base info dto
    • Constructor Detail

      • EmulationBaseInfoDto

        public EmulationBaseInfoDto()
    • 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)