public class QuerySpecFluentImpl<A extends QuerySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements QuerySpecFluent<A>
| Constructor and Description |
|---|
QuerySpecFluentImpl() |
QuerySpecFluentImpl(QuerySpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLookbackDelta() |
Integer |
getMaxConcurrency() |
Integer |
getMaxSamples() |
String |
getTimeout() |
int |
hashCode() |
Boolean |
hasLookbackDelta() |
Boolean |
hasMaxConcurrency() |
Boolean |
hasMaxSamples() |
Boolean |
hasTimeout() |
A |
withLookbackDelta(String lookbackDelta) |
A |
withMaxConcurrency(Integer maxConcurrency) |
A |
withMaxSamples(Integer maxSamples) |
A |
withNewLookbackDelta(String arg0)
Deprecated.
|
A |
withNewTimeout(String arg0)
Deprecated.
|
A |
withTimeout(String timeout) |
public QuerySpecFluentImpl()
public QuerySpecFluentImpl(QuerySpec instance)
public String getLookbackDelta()
getLookbackDelta in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public A withLookbackDelta(String lookbackDelta)
withLookbackDelta in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public Boolean hasLookbackDelta()
hasLookbackDelta in interface QuerySpecFluent<A extends QuerySpecFluent<A>>@Deprecated public A withNewLookbackDelta(String arg0)
withNewLookbackDelta in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public Integer getMaxConcurrency()
getMaxConcurrency in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public A withMaxConcurrency(Integer maxConcurrency)
withMaxConcurrency in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public Boolean hasMaxConcurrency()
hasMaxConcurrency in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public Integer getMaxSamples()
getMaxSamples in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public A withMaxSamples(Integer maxSamples)
withMaxSamples in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public Boolean hasMaxSamples()
hasMaxSamples in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public String getTimeout()
getTimeout in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public A withTimeout(String timeout)
withTimeout in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public Boolean hasTimeout()
hasTimeout in interface QuerySpecFluent<A extends QuerySpecFluent<A>>@Deprecated public A withNewTimeout(String arg0)
withNewTimeout in interface QuerySpecFluent<A extends QuerySpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.