Uses of Class
com.orbitz.consul.model.query.Failover
-
Packages that use Failover Package Description com.orbitz.consul.model.query -
-
Uses of Failover in com.orbitz.consul.model.query
Subclasses of Failover in com.orbitz.consul.model.query Modifier and Type Class Description classImmutableFailoverImmutable implementation ofFailover.Methods in com.orbitz.consul.model.query that return types with arguments of type Failover Modifier and Type Method Description java.util.Optional<Failover>ImmutableServiceQuery. getFailover()abstract java.util.Optional<Failover>ServiceQuery. getFailover()Methods in com.orbitz.consul.model.query with parameters of type Failover Modifier and Type Method Description static ImmutableFailoverImmutableFailover. copyOf(Failover instance)Creates an immutable copy of aFailovervalue.ImmutableServiceQuery.BuilderImmutableServiceQuery.Builder. failover(Failover failover)Initializes the optional valuefailoverto failover.ImmutableFailover.BuilderImmutableFailover.Builder. from(Failover instance)Fill a builder with attribute values from the providedFailoverinstance.ImmutableServiceQueryImmutableServiceQuery. withFailover(Failover value)Copy the current immutable object by setting a present value for the optionalfailoverattribute.Method parameters in com.orbitz.consul.model.query with type arguments of type Failover Modifier and Type Method Description ImmutableServiceQuery.BuilderImmutableServiceQuery.Builder. failover(java.util.Optional<? extends Failover> failover)Initializes the optional valuefailoverto failover.ImmutableServiceQueryImmutableServiceQuery. withFailover(java.util.Optional<? extends Failover> optional)Copy the current immutable object by setting an optional value for thefailoverattribute.
-