public class RulesAlertFluentImpl<A extends RulesAlertFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RulesAlertFluent<A>
| Constructor and Description |
|---|
RulesAlertFluentImpl() |
RulesAlertFluentImpl(RulesAlert instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getForGracePeriod() |
String |
getForOutageTolerance() |
String |
getResendDelay() |
Boolean |
hasForGracePeriod() |
Boolean |
hasForOutageTolerance() |
int |
hashCode() |
Boolean |
hasResendDelay() |
A |
withForGracePeriod(String forGracePeriod) |
A |
withForOutageTolerance(String forOutageTolerance) |
A |
withNewForGracePeriod(String arg0)
Deprecated.
|
A |
withNewForOutageTolerance(String arg0)
Deprecated.
|
A |
withNewResendDelay(String arg0)
Deprecated.
|
A |
withResendDelay(String resendDelay) |
public RulesAlertFluentImpl()
public RulesAlertFluentImpl(RulesAlert instance)
public String getForGracePeriod()
getForGracePeriod in interface RulesAlertFluent<A extends RulesAlertFluent<A>>public A withForGracePeriod(String forGracePeriod)
withForGracePeriod in interface RulesAlertFluent<A extends RulesAlertFluent<A>>public Boolean hasForGracePeriod()
hasForGracePeriod in interface RulesAlertFluent<A extends RulesAlertFluent<A>>@Deprecated public A withNewForGracePeriod(String arg0)
withNewForGracePeriod in interface RulesAlertFluent<A extends RulesAlertFluent<A>>public String getForOutageTolerance()
getForOutageTolerance in interface RulesAlertFluent<A extends RulesAlertFluent<A>>public A withForOutageTolerance(String forOutageTolerance)
withForOutageTolerance in interface RulesAlertFluent<A extends RulesAlertFluent<A>>public Boolean hasForOutageTolerance()
hasForOutageTolerance in interface RulesAlertFluent<A extends RulesAlertFluent<A>>@Deprecated public A withNewForOutageTolerance(String arg0)
withNewForOutageTolerance in interface RulesAlertFluent<A extends RulesAlertFluent<A>>public String getResendDelay()
getResendDelay in interface RulesAlertFluent<A extends RulesAlertFluent<A>>public A withResendDelay(String resendDelay)
withResendDelay in interface RulesAlertFluent<A extends RulesAlertFluent<A>>public Boolean hasResendDelay()
hasResendDelay in interface RulesAlertFluent<A extends RulesAlertFluent<A>>@Deprecated public A withNewResendDelay(String arg0)
withNewResendDelay in interface RulesAlertFluent<A extends RulesAlertFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.