public class AppEnvironmentDto extends Object
| Constructor and Description |
|---|
AppEnvironmentDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceName()
Gets the device name (not part of test signature)
|
String |
getHostingApp()
Gets hosting app.
|
String |
getHostingAppInfo()
Gets the hosting app info info (not part of test signature)
|
String |
getOs()
Gets os.
|
String |
getOsInfo()
Gets the device info (not part of test signature)
|
RectangleSizeDto |
getViewportSize()
Gets display size.
|
void |
setDeviceName(String deviceName)
Sets the device name (not part of test signature)
|
void |
setHostingApp(String hostingApp)
Sets hosting app.
|
void |
setHostingAppInfo(String hostingAppInfo)
Sets the hosting app info info (not part of test signature)
|
void |
setOs(String os)
Sets os.
|
void |
setOsInfo(String osInfo)
Sets the os info (not part of test signature)
|
void |
setViewportSize(RectangleSizeDto size)
Sets display size.
|
String |
toString() |
public String getOs()
null if unknown.public void setOs(String os)
os - - the OS hosting the application under test or null if unknown.public String getHostingApp()
null if unknown.public void setHostingApp(String hostingApp)
hostingApp - - the application hosting the application under test or null if unknown.public RectangleSizeDto getViewportSize()
null if unknown.public void setViewportSize(RectangleSizeDto size)
size - - the display size of the application or null if unknown.public String getDeviceName()
public void setDeviceName(String deviceName)
deviceName - the device namepublic String getOsInfo()
public void setOsInfo(String osInfo)
osInfo - the os infopublic String getHostingAppInfo()
public void setHostingAppInfo(String hostingAppInfo)
hostingAppInfo - the hosting appCopyright © 2023. All rights reserved.