public class RulesFluentImpl<A extends RulesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RulesFluent<A>
RulesFluent.AlertNested<N>| Constructor and Description |
|---|
RulesFluentImpl() |
RulesFluentImpl(Rules instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
RulesAlert |
buildAlert() |
RulesFluent.AlertNested<A> |
editAlert() |
RulesFluent.AlertNested<A> |
editOrNewAlert() |
RulesFluent.AlertNested<A> |
editOrNewAlertLike(RulesAlert item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
RulesAlert |
getAlert()
Deprecated.
|
Boolean |
hasAdditionalProperties() |
Boolean |
hasAlert() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAlert(RulesAlert alert) |
RulesFluent.AlertNested<A> |
withNewAlert() |
A |
withNewAlert(String forGracePeriod,
String forOutageTolerance,
String resendDelay) |
RulesFluent.AlertNested<A> |
withNewAlertLike(RulesAlert item) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RulesFluentImpl()
public RulesFluentImpl(Rules instance)
@Deprecated public RulesAlert getAlert()
getAlert in interface RulesFluent<A extends RulesFluent<A>>public RulesAlert buildAlert()
buildAlert in interface RulesFluent<A extends RulesFluent<A>>public A withAlert(RulesAlert alert)
withAlert in interface RulesFluent<A extends RulesFluent<A>>public Boolean hasAlert()
hasAlert in interface RulesFluent<A extends RulesFluent<A>>public A withNewAlert(String forGracePeriod, String forOutageTolerance, String resendDelay)
withNewAlert in interface RulesFluent<A extends RulesFluent<A>>public RulesFluent.AlertNested<A> withNewAlert()
withNewAlert in interface RulesFluent<A extends RulesFluent<A>>public RulesFluent.AlertNested<A> withNewAlertLike(RulesAlert item)
withNewAlertLike in interface RulesFluent<A extends RulesFluent<A>>public RulesFluent.AlertNested<A> editAlert()
editAlert in interface RulesFluent<A extends RulesFluent<A>>public RulesFluent.AlertNested<A> editOrNewAlert()
editOrNewAlert in interface RulesFluent<A extends RulesFluent<A>>public RulesFluent.AlertNested<A> editOrNewAlertLike(RulesAlert item)
editOrNewAlertLike in interface RulesFluent<A extends RulesFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface RulesFluent<A extends RulesFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface RulesFluent<A extends RulesFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface RulesFluent<A extends RulesFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface RulesFluent<A extends RulesFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface RulesFluent<A extends RulesFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface RulesFluent<A extends RulesFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface RulesFluent<A extends RulesFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RulesFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RulesFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.