public class PrometheusRuleExcludeConfigFluent<A extends PrometheusRuleExcludeConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
PrometheusRuleExcludeConfigFluent() |
PrometheusRuleExcludeConfigFluent(PrometheusRuleExcludeConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(PrometheusRuleExcludeConfig instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getRuleName() |
String |
getRuleNamespace() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasRuleName() |
boolean |
hasRuleNamespace() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withRuleName(String ruleName) |
A |
withRuleNamespace(String ruleNamespace) |
public PrometheusRuleExcludeConfigFluent()
public PrometheusRuleExcludeConfigFluent(PrometheusRuleExcludeConfig instance)
protected void copyInstance(PrometheusRuleExcludeConfig instance)
public String getRuleName()
public boolean hasRuleName()
public String getRuleNamespace()
public boolean hasRuleNamespace()
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 PrometheusRuleExcludeConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PrometheusRuleExcludeConfigFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.