| Package | Description |
|---|---|
| com.orbitz.consul.model.catalog |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.Builder.build()
Builds a new
ImmutableCatalogDeregistration. |
static ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.copyOf(CatalogDeregistration instance)
Creates an immutable copy of a
CatalogDeregistration value. |
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withCheckId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
checkId attribute. |
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withCheckId(String value)
Copy the current immutable object by setting a present value for the optional
checkId attribute. |
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withDatacenter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
datacenter attribute. |
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withDatacenter(String value)
Copy the current immutable object by setting a present value for the optional
datacenter attribute. |
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withNode(String value)
Copy the current immutable object by setting a value for the
node attribute. |
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withServiceId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
serviceId attribute. |
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withServiceId(String value)
Copy the current immutable object by setting a present value for the optional
serviceId attribute. |
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withWriteRequest(Optional<WriteRequest> optional)
Copy the current immutable object by setting an optional value for the
writeRequest attribute. |
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withWriteRequest(WriteRequest value)
Copy the current immutable object by setting a present value for the optional
writeRequest attribute. |
Copyright © 2018. All rights reserved.