| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableDebugConfig
Immutable implementation of
DebugConfig. |
| Modifier and Type | Method and Description |
|---|---|
DebugConfig |
ImmutableAgent.getDebugConfig() |
abstract DebugConfig |
Agent.getDebugConfig() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDebugConfig |
ImmutableDebugConfig.copyOf(DebugConfig instance)
Creates an immutable copy of a
DebugConfig value. |
ImmutableAgent.Builder |
ImmutableAgent.Builder.debugConfig(DebugConfig debugConfig)
Initializes the value for the
debugConfig attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.from(DebugConfig instance)
Fill a builder with attribute values from the provided
DebugConfig instance. |
ImmutableAgent |
ImmutableAgent.withDebugConfig(DebugConfig value)
Copy the current immutable object by setting a value for the
debugConfig attribute. |
Copyright © 2019. All rights reserved.