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 String
getDeviceName()
String
getScreenOrientation()
String
getVersion()
void
setDeviceName(String deviceName)
void
setScreenOrientation(String screenOrientation)
void
setVersion(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)
-
-