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