Class IOSDeviceRendererDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.IOSDeviceRendererDto
-
- All Implemented Interfaces:
IBrowsersInfo
public class IOSDeviceRendererDto extends Object implements IBrowsersInfo
IOSDeviceRendererDto
-
-
Constructor Summary
Constructors Constructor Description IOSDeviceRendererDto()IOSDeviceRendererDto(IosDeviceInfoDto iosDeviceInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosDeviceInfoDtogetIosDeviceInfo()voidsetIosDeviceInfo(IosDeviceInfoDto iosDeviceInfo)
-
-
-
Constructor Detail
-
IOSDeviceRendererDto
public IOSDeviceRendererDto()
-
IOSDeviceRendererDto
public IOSDeviceRendererDto(IosDeviceInfoDto iosDeviceInfo)
-
-
Method Detail
-
getIosDeviceInfo
public IosDeviceInfoDto getIosDeviceInfo()
-
setIosDeviceInfo
public void setIosDeviceInfo(IosDeviceInfoDto iosDeviceInfo)
-
-