Uses of Class
com.orbitz.consul.model.agent.DebugConfig
-
Packages that use DebugConfig Package Description com.orbitz.consul.model.agent -
-
Uses of DebugConfig in com.orbitz.consul.model.agent
Subclasses of DebugConfig in com.orbitz.consul.model.agent Modifier and Type Class Description classImmutableDebugConfigImmutable implementation ofDebugConfig.Methods in com.orbitz.consul.model.agent that return DebugConfig Modifier and Type Method Description abstract DebugConfigAgent. getDebugConfig()DebugConfigImmutableAgent. getDebugConfig()Methods in com.orbitz.consul.model.agent with parameters of type DebugConfig Modifier and Type Method Description static ImmutableDebugConfigImmutableDebugConfig. copyOf(DebugConfig instance)Creates an immutable copy of aDebugConfigvalue.ImmutableAgent.BuilderImmutableAgent.Builder. debugConfig(DebugConfig debugConfig)Initializes the value for thedebugConfigattribute.ImmutableDebugConfig.BuilderImmutableDebugConfig.Builder. from(DebugConfig instance)Fill a builder with attribute values from the providedDebugConfiginstance.ImmutableAgentImmutableAgent. withDebugConfig(DebugConfig value)Copy the current immutable object by setting a value for thedebugConfigattribute.
-