Class IosDeviceInfoDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.IosDeviceInfoDto
-
public class IosDeviceInfoDto extends Object
ios device info
-
-
Constructor Summary
Constructors Constructor Description IosDeviceInfoDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceName()StringgetScreenOrientation()StringgetVersion()voidsetDeviceName(String deviceName)voidsetScreenOrientation(String screenOrientation)voidsetVersion(String iosVersion)
-
-
-
Method Detail
-
getDeviceName
public String getDeviceName()
-
setDeviceName
public void setDeviceName(String deviceName)
-
getScreenOrientation
public String getScreenOrientation()
-
setScreenOrientation
public void setScreenOrientation(String screenOrientation)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String iosVersion)
-
-