Uses of Class
com.orbitz.consul.model.catalog.TaggedAddresses
-
Packages that use TaggedAddresses Package Description com.orbitz.consul.model.catalog com.orbitz.consul.model.health -
-
Uses of TaggedAddresses in com.orbitz.consul.model.catalog
Subclasses of TaggedAddresses in com.orbitz.consul.model.catalog Modifier and Type Class Description classImmutableTaggedAddressesImmutable implementation ofTaggedAddresses.Methods in com.orbitz.consul.model.catalog that return types with arguments of type TaggedAddresses Modifier and Type Method Description abstract java.util.Optional<TaggedAddresses>CatalogRegistration. taggedAddresses()java.util.Optional<TaggedAddresses>ImmutableCatalogRegistration. taggedAddresses()Methods in com.orbitz.consul.model.catalog with parameters of type TaggedAddresses Modifier and Type Method Description static ImmutableTaggedAddressesImmutableTaggedAddresses. copyOf(TaggedAddresses instance)Creates an immutable copy of aTaggedAddressesvalue.ImmutableTaggedAddresses.BuilderImmutableTaggedAddresses.Builder. from(TaggedAddresses instance)Fill a builder with attribute values from the providedTaggedAddressesinstance.ImmutableCatalogRegistration.BuilderImmutableCatalogRegistration.Builder. taggedAddresses(TaggedAddresses taggedAddresses)Initializes the optional valuetaggedAddressesto taggedAddresses.ImmutableCatalogRegistrationImmutableCatalogRegistration. withTaggedAddresses(TaggedAddresses value)Copy the current immutable object by setting a present value for the optionaltaggedAddressesattribute.Method parameters in com.orbitz.consul.model.catalog with type arguments of type TaggedAddresses Modifier and Type Method Description ImmutableCatalogRegistration.BuilderImmutableCatalogRegistration.Builder. taggedAddresses(java.util.Optional<? extends TaggedAddresses> taggedAddresses)Initializes the optional valuetaggedAddressesto taggedAddresses.ImmutableCatalogRegistrationImmutableCatalogRegistration. withTaggedAddresses(java.util.Optional<? extends TaggedAddresses> optional)Copy the current immutable object by setting an optional value for thetaggedAddressesattribute. -
Uses of TaggedAddresses in com.orbitz.consul.model.health
Methods in com.orbitz.consul.model.health that return types with arguments of type TaggedAddresses Modifier and Type Method Description java.util.Optional<TaggedAddresses>ImmutableNode. getTaggedAddresses()abstract java.util.Optional<TaggedAddresses>Node. getTaggedAddresses()Methods in com.orbitz.consul.model.health with parameters of type TaggedAddresses Modifier and Type Method Description ImmutableNode.BuilderImmutableNode.Builder. taggedAddresses(TaggedAddresses taggedAddresses)Initializes the optional valuetaggedAddressesto taggedAddresses.ImmutableNodeImmutableNode. withTaggedAddresses(TaggedAddresses value)Copy the current immutable object by setting a present value for the optionaltaggedAddressesattribute.Method parameters in com.orbitz.consul.model.health with type arguments of type TaggedAddresses Modifier and Type Method Description ImmutableNode.BuilderImmutableNode.Builder. taggedAddresses(java.util.Optional<? extends TaggedAddresses> taggedAddresses)Initializes the optional valuetaggedAddressesto taggedAddresses.ImmutableNodeImmutableNode. withTaggedAddresses(java.util.Optional<? extends TaggedAddresses> optional)Copy the current immutable object by setting an optional value for thetaggedAddressesattribute.
-