public class FailureRecoveryFluentImpl<A extends FailureRecoveryFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements FailureRecoveryFluent<A>
| Constructor and Description |
|---|
FailureRecoveryFluentImpl() |
FailureRecoveryFluentImpl(FailureRecovery instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getAttempt() |
Integer |
getAttemptMax() |
String |
getAttemptTime() |
Boolean |
hasAttempt() |
Boolean |
hasAttemptMax() |
Boolean |
hasAttemptTime() |
int |
hashCode() |
String |
toString() |
A |
withAttempt(Integer attempt) |
A |
withAttemptMax(Integer attemptMax) |
A |
withAttemptTime(String attemptTime) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic FailureRecoveryFluentImpl()
public FailureRecoveryFluentImpl(FailureRecovery instance)
public Integer getAttempt()
getAttempt in interface FailureRecoveryFluent<A extends FailureRecoveryFluent<A>>public A withAttempt(Integer attempt)
withAttempt in interface FailureRecoveryFluent<A extends FailureRecoveryFluent<A>>public Boolean hasAttempt()
hasAttempt in interface FailureRecoveryFluent<A extends FailureRecoveryFluent<A>>public Integer getAttemptMax()
getAttemptMax in interface FailureRecoveryFluent<A extends FailureRecoveryFluent<A>>public A withAttemptMax(Integer attemptMax)
withAttemptMax in interface FailureRecoveryFluent<A extends FailureRecoveryFluent<A>>public Boolean hasAttemptMax()
hasAttemptMax in interface FailureRecoveryFluent<A extends FailureRecoveryFluent<A>>public String getAttemptTime()
getAttemptTime in interface FailureRecoveryFluent<A extends FailureRecoveryFluent<A>>public A withAttemptTime(String attemptTime)
withAttemptTime in interface FailureRecoveryFluent<A extends FailureRecoveryFluent<A>>public Boolean hasAttemptTime()
hasAttemptTime in interface FailureRecoveryFluent<A extends FailureRecoveryFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends FailureRecoveryFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends FailureRecoveryFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.