Class QuerySpecFluent<A extends QuerySpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.QuerySpecFluent<A>
-
- Direct Known Subclasses:
PrometheusSpecFluent.QueryNested,QuerySpecBuilder
public class QuerySpecFluent<A extends QuerySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description QuerySpecFluent()QuerySpecFluent(QuerySpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(QuerySpec instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetLookbackDelta()IntegergetMaxConcurrency()IntegergetMaxSamples()StringgetTimeout()booleanhasAdditionalProperties()inthashCode()booleanhasLookbackDelta()booleanhasMaxConcurrency()booleanhasMaxSamples()booleanhasTimeout()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithLookbackDelta(String lookbackDelta)AwithMaxConcurrency(Integer maxConcurrency)AwithMaxSamples(Integer maxSamples)AwithTimeout(String timeout)
-
-
-
Constructor Detail
-
QuerySpecFluent
public QuerySpecFluent()
-
QuerySpecFluent
public QuerySpecFluent(QuerySpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(QuerySpec instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends QuerySpecFluent<A>>
-
getLookbackDelta
public String getLookbackDelta()
-
getMaxConcurrency
public Integer getMaxConcurrency()
-
getMaxSamples
public Integer getMaxSamples()
-
getTimeout
public String getTimeout()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasLookbackDelta
public boolean hasLookbackDelta()
-
hasMaxConcurrency
public boolean hasMaxConcurrency()
-
hasMaxSamples
public boolean hasMaxSamples()
-
hasTimeout
public boolean hasTimeout()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends QuerySpecFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-