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 |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getLookbackDelta() |
Integer |
getMaxConcurrency() |
Integer |
getMaxSamples() |
String |
getTimeout() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasLookbackDelta() |
Boolean |
hasMaxConcurrency() |
Boolean |
hasMaxSamples() |
Boolean |
hasTimeout() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
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>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface QuerySpecFluent<A extends QuerySpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface QuerySpecFluent<A extends QuerySpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.