Uses of Class
com.orbitz.consul.model.catalog.ImmutableServiceWeights
-
Packages that use ImmutableServiceWeights Package Description com.orbitz.consul.model.catalog -
-
Uses of ImmutableServiceWeights in com.orbitz.consul.model.catalog
Methods in com.orbitz.consul.model.catalog that return ImmutableServiceWeights Modifier and Type Method Description ImmutableServiceWeightsImmutableServiceWeights.Builder. build()Builds a newImmutableServiceWeights.static ImmutableServiceWeightsImmutableServiceWeights. copyOf(ServiceWeights instance)Creates an immutable copy of aServiceWeightsvalue.ImmutableServiceWeightsImmutableServiceWeights. withPassing(int value)Copy the current immutable object by setting a value for thepassingattribute.ImmutableServiceWeightsImmutableServiceWeights. withWarning(int value)Copy the current immutable object by setting a value for thewarningattribute.
-