Package com.dynatrace.tools.android.dsl
Class AgentBehaviorOptions
java.lang.Object
com.dynatrace.tools.android.dsl.AgentBehaviorOptions
- All Implemented Interfaces:
com.dynatrace.tools.android.api.AgentBehaviorOptions,Serializable
public class AgentBehaviorOptions
extends Object
implements Serializable, com.dynatrace.tools.android.api.AgentBehaviorOptions
DSL object for configuration properties that allows fine-tuning the agent behavior.
- Since:
- 8.203
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanSpecifies if advanced load balancing should be used during the agent startupvoidstartupLoadBalancing(boolean startupLoadBalancing) Specifies if advanced load balancing should be used during the agent startuptoString()
-
Constructor Details
-
AgentBehaviorOptions
public AgentBehaviorOptions()
-
-
Method Details
-
startupLoadBalancing
public void startupLoadBalancing(boolean startupLoadBalancing) Specifies if advanced load balancing should be used during the agent startupThe default value is false.
- Parameters:
startupLoadBalancing- true, if startup load balancing is on
-
isStartupLoadBalancing
public boolean isStartupLoadBalancing()Specifies if advanced load balancing should be used during the agent startupThe default value is false.
- Specified by:
isStartupLoadBalancingin interfacecom.dynatrace.tools.android.api.AgentBehaviorOptions- Returns:
- true, if startup load balancing is on
-
hashCode
public int hashCode() -
equals
-
toString
-