public static class Application.Builder extends Entity.Builder<Application,Application.Builder>
Constructor and Description |
---|
Builder()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Application.Builder |
appApdexThreshold(float appApdexThreshold)
Sets the app apdex threshold of the application.
|
Application |
build()
Returns the configured application instance
|
Application.Builder |
enableRealUserMonitoring(boolean enableRealUserMonitoring)
Set to
true if real user monitoring is enabled for the application. |
Application.Builder |
endUserApdexThreshold(float endUserApdexThreshold)
Sets the end user apdex threshold of the application.
|
protected Application.Builder |
self()
Returns this object.
|
entity, id, name
public Application.Builder appApdexThreshold(float appApdexThreshold)
appApdexThreshold
- The app apdex threshold of the applicationpublic Application.Builder endUserApdexThreshold(float endUserApdexThreshold)
endUserApdexThreshold
- The end user apdex threshold of the applicationpublic Application.Builder enableRealUserMonitoring(boolean enableRealUserMonitoring)
true
if real user monitoring is enabled for the application.enableRealUserMonitoring
- true
if real user monitoring is enabled for the applicationprotected Application.Builder self()
self
in class Entity.Builder<Application,Application.Builder>
public Application build()
build
in class Entity.Builder<Application,Application.Builder>
Copyright © 2018. All rights reserved.