@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-18T19:55:23.947Z[Etc/UTC]") public class V1alpha3ChallengeStatus extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1alpha3ChallengeStatus.StateEnum
State contains the current 'state' of the challenge.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PRESENTED |
static String |
SERIALIZED_NAME_PROCESSING |
static String |
SERIALIZED_NAME_REASON |
static String |
SERIALIZED_NAME_STATE |
| Constructor and Description |
|---|
V1alpha3ChallengeStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getPresented()
Presented will be set to true if the challenge values for this challenge are currently
'presented'.
|
Boolean |
getProcessing()
Processing is used to denote whether this challenge should be processed or not.
|
String |
getReason()
Reason contains human readable information on why the Challenge is in the current state.
|
V1alpha3ChallengeStatus.StateEnum |
getState()
State contains the current 'state' of the challenge.
|
int |
hashCode() |
V1alpha3ChallengeStatus |
presented(Boolean presented) |
V1alpha3ChallengeStatus |
processing(Boolean processing) |
V1alpha3ChallengeStatus |
reason(String reason) |
void |
setPresented(Boolean presented) |
void |
setProcessing(Boolean processing) |
void |
setReason(String reason) |
void |
setState(V1alpha3ChallengeStatus.StateEnum state) |
V1alpha3ChallengeStatus |
state(V1alpha3ChallengeStatus.StateEnum state) |
String |
toString() |
public static final String SERIALIZED_NAME_PRESENTED
public static final String SERIALIZED_NAME_PROCESSING
public static final String SERIALIZED_NAME_REASON
public static final String SERIALIZED_NAME_STATE
public V1alpha3ChallengeStatus presented(Boolean presented)
@Nullable public Boolean getPresented()
public void setPresented(Boolean presented)
public V1alpha3ChallengeStatus processing(Boolean processing)
@Nullable public Boolean getProcessing()
public void setProcessing(Boolean processing)
public V1alpha3ChallengeStatus reason(String reason)
@Nullable public String getReason()
public void setReason(String reason)
public V1alpha3ChallengeStatus state(V1alpha3ChallengeStatus.StateEnum state)
@Nullable public V1alpha3ChallengeStatus.StateEnum getState()
public void setState(V1alpha3ChallengeStatus.StateEnum state)
Copyright © 2020. All rights reserved.