public class TestingbotBrowser extends Object
| Constructor | Description |
|---|---|
TestingbotBrowser() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDeviceName() |
|
int |
getId() |
|
String |
getLongVersion() |
|
String |
getName() |
|
String |
getPlatform() |
|
String |
getPlatformName() |
|
String |
getVersion() |
|
void |
setDeviceName(String deviceName) |
|
void |
setId(int id) |
|
void |
setLongVersion(String longVersion) |
|
void |
setName(String name) |
|
void |
setPlatform(String platform) |
|
void |
setPlatformName(String platformName) |
|
void |
setVersion(String version) |
public String getName()
public void setName(String name)
name - the name to setpublic String getPlatform()
public void setPlatform(String platform)
platform - the platform to setpublic int getId()
public void setId(int id)
id - the id to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic String getDeviceName()
public void setDeviceName(String deviceName)
deviceName - the deviceName to setpublic String getPlatformName()
public void setPlatformName(String platformName)
platformName - the platformName to setpublic String getLongVersion()
public void setLongVersion(String longVersion)
longVersion - the longVersion to setCopyright © 2018 TestingBot. All rights reserved.