public interface ChallengeStatusFluent<A extends ChallengeStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getPresented() |
Boolean |
getProcessing() |
String |
getReason() |
String |
getState() |
Boolean |
hasPresented() |
Boolean |
hasProcessing() |
Boolean |
hasReason() |
Boolean |
hasState() |
A |
withPresented() |
A |
withPresented(Boolean presented) |
A |
withProcessing() |
A |
withProcessing(Boolean processing) |
A |
withReason(String reason) |
A |
withState(String state) |
Boolean getPresented()
Boolean hasPresented()
Boolean getProcessing()
Boolean hasProcessing()
String getReason()
Boolean hasReason()
String getState()
Boolean hasState()
A withPresented()
A withProcessing()
Copyright © 2015–2023 Red Hat. All rights reserved.