Class PrometheusRuleRefFluent<A extends PrometheusRuleRefFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.PrometheusRuleRefFluent<A>
-
- Direct Known Subclasses:
AlertingRuleStatusFluent.PrometheusRuleNested,PrometheusRuleRefBuilder
public class PrometheusRuleRefFluent<A extends PrometheusRuleRefFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description PrometheusRuleRefFluent()PrometheusRuleRefFluent(PrometheusRuleRef 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(PrometheusRuleRef instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetName()booleanhasAdditionalProperties()inthashCode()booleanhasName()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithName(String name)
-
-
-
Constructor Detail
-
PrometheusRuleRefFluent
public PrometheusRuleRefFluent()
-
PrometheusRuleRefFluent
public PrometheusRuleRefFluent(PrometheusRuleRef instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(PrometheusRuleRef instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PrometheusRuleRefFluent<A>>
-
getName
public String getName()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasName
public boolean hasName()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PrometheusRuleRefFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-