public class BrowserApplication extends Entity
Modifier and Type | Class and Description |
---|---|
static class |
BrowserApplication.Builder
Builder to make Browser application construction easier.
|
Modifier and Type | Field and Description |
---|---|
static EntityType |
TYPE
The type of the entity.
|
Constructor and Description |
---|
BrowserApplication()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
static BrowserApplication.Builder |
builder()
Returns a builder for the Browser application.
|
String |
getBrowserMonitoringKey()
Returns the browser monitoring key of the application.
|
String |
getLoaderScript()
Returns the loader script of the application.
|
void |
setBrowserMonitoringKey(String browserMonitoringKey)
Sets the browser monitoring key of the application.
|
void |
setLoaderScript(String loaderScript)
Sets the loader script of the application.
|
String |
toString()
Returns a string representation of the object.
|
getName, setName
getId, setId
public static final EntityType TYPE
public void setBrowserMonitoringKey(String browserMonitoringKey)
browserMonitoringKey
- The browser monitoring key of the applicationpublic String getBrowserMonitoringKey()
public void setLoaderScript(String loaderScript)
loaderScript
- The loader script of the applicationpublic String getLoaderScript()
public String toString()
public static BrowserApplication.Builder builder()
Copyright © 2018. All rights reserved.