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 Details

    • AgentBehaviorOptions

      public AgentBehaviorOptions()
  • Method Details

    • startupLoadBalancing

      public void startupLoadBalancing(boolean startupLoadBalancing)
      Specifies if advanced load balancing should be used during the agent startup

      The 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 startup

      The default value is false.

      Specified by:
      isStartupLoadBalancing in interface com.dynatrace.tools.android.api.AgentBehaviorOptions
      Returns:
      true, if startup load balancing is on
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object