public class ApplicationSettings extends Object
Constructor and Description |
---|
ApplicationSettings()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
float |
getAppApdexThreshold()
Returns the app apdex threshold of the application.
|
boolean |
getEnableRealUserMonitoring()
Returns
true if real user monitoring is enabled for the application. |
float |
getEndUserApdexThreshold()
Returns the end user apdex threshold of the application.
|
boolean |
getUseServerSideConfig()
Returns
true if the application uses server side config. |
void |
setAppApdexThreshold(float appApdexThreshold)
Sets the app apdex threshold of the application.
|
void |
setEnableRealUserMonitoring(boolean enableRealUserMonitoring)
Set to
true if real user monitoring is enabled for the application. |
void |
setEndUserApdexThreshold(float endUserApdexThreshold)
Sets the end user apdex threshold of the application.
|
void |
setUseServerSideConfig(boolean useServerSideConfig)
Set to
true if the application uses server side config. |
String |
toString()
Returns a string representation of the object.
|
public void setAppApdexThreshold(float appApdexThreshold)
appApdexThreshold
- The app apdex threshold of the applicationpublic float getAppApdexThreshold()
public void setEndUserApdexThreshold(float endUserApdexThreshold)
endUserApdexThreshold
- The end user apdex threshold of the applicationpublic float getEndUserApdexThreshold()
public void setEnableRealUserMonitoring(boolean enableRealUserMonitoring)
true
if real user monitoring is enabled for the application.enableRealUserMonitoring
- true
if real user monitoring is enabled for the applicationpublic boolean getEnableRealUserMonitoring()
true
if real user monitoring is enabled for the application.true
if real user monitoring is enabled for the applicationpublic void setUseServerSideConfig(boolean useServerSideConfig)
true
if the application uses server side config.useServerSideConfig
- true
if the application uses server side configpublic boolean getUseServerSideConfig()
true
if the application uses server side config.true
if the application uses server side configCopyright © 2018. All rights reserved.