public class QuerySpecFluent<A extends QuerySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
QuerySpecFluent() |
QuerySpecFluent(QuerySpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(QuerySpec instance) |
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) |
public QuerySpecFluent()
public QuerySpecFluent(QuerySpec instance)
protected void copyInstance(QuerySpec instance)
public String getLookbackDelta()
public boolean hasLookbackDelta()
public Integer getMaxConcurrency()
public boolean hasMaxConcurrency()
public Integer getMaxSamples()
public boolean hasMaxSamples()
public String getTimeout()
public boolean hasTimeout()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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–2024 Red Hat. All rights reserved.