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) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLookbackDelta(String lookbackDelta) |
A |
withMaxConcurrency(Integer maxConcurrency) |
A |
withMaxSamples(Integer maxSamples) |
A |
withTimeout(String timeout) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>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>>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>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends QuerySpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends QuerySpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.