Class AndroidDeviceInfoDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.AndroidDeviceInfoDto
-
public class AndroidDeviceInfoDto extends Object
android device info dto
-
-
Constructor Summary
Constructors Constructor Description AndroidDeviceInfoDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceName()StringgetScreenOrientation()StringgetVersion()voidsetDeviceName(String deviceName)voidsetScreenOrientation(String screenOrientation)voidsetVersion(String version)
-
-
-
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 version)
-
-