public class ChallengeStatusFluentImpl<A extends ChallengeStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ChallengeStatusFluent<A>
| Constructor and Description |
|---|
ChallengeStatusFluentImpl() |
ChallengeStatusFluentImpl(ChallengeStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getPresented() |
Boolean |
getProcessing() |
String |
getReason() |
String |
getState() |
int |
hashCode() |
Boolean |
hasPresented() |
Boolean |
hasProcessing() |
Boolean |
hasReason() |
Boolean |
hasState() |
A |
withNewReason(String arg0)
Deprecated.
|
A |
withNewState(String arg0)
Deprecated.
|
A |
withPresented(Boolean presented) |
A |
withProcessing(Boolean processing) |
A |
withReason(String reason) |
A |
withState(String state) |
public ChallengeStatusFluentImpl()
public ChallengeStatusFluentImpl(ChallengeStatus instance)
public Boolean getPresented()
getPresented in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>public A withPresented(Boolean presented)
withPresented in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>public Boolean hasPresented()
hasPresented in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>public Boolean getProcessing()
getProcessing in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>public A withProcessing(Boolean processing)
withProcessing in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>public Boolean hasProcessing()
hasProcessing in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>public String getReason()
getReason in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>public A withReason(String reason)
withReason in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>public Boolean hasReason()
hasReason in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>@Deprecated public A withNewReason(String arg0)
withNewReason in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>public String getState()
getState in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>public A withState(String state)
withState in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>public Boolean hasState()
hasState in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>@Deprecated public A withNewState(String arg0)
withNewState in interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.