@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-18T19:55:23.947Z[Etc/UTC]") public class V1beta1ChallengeStatus extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1beta1ChallengeStatus.StateEnum
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 |
|---|
V1beta1ChallengeStatus() |
| 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()
Used to denote whether this challenge should be processed or not.
|
String |
getReason()
Contains human readable information on why the Challenge is in the current state.
|
V1beta1ChallengeStatus.StateEnum |
getState()
Contains the current 'state' of the challenge.
|
int |
hashCode() |
V1beta1ChallengeStatus |
presented(Boolean presented) |
V1beta1ChallengeStatus |
processing(Boolean processing) |
V1beta1ChallengeStatus |
reason(String reason) |
void |
setPresented(Boolean presented) |
void |
setProcessing(Boolean processing) |
void |
setReason(String reason) |
void |
setState(V1beta1ChallengeStatus.StateEnum state) |
V1beta1ChallengeStatus |
state(V1beta1ChallengeStatus.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 V1beta1ChallengeStatus presented(Boolean presented)
@Nullable public Boolean getPresented()
public void setPresented(Boolean presented)
public V1beta1ChallengeStatus processing(Boolean processing)
@Nullable public Boolean getProcessing()
public void setProcessing(Boolean processing)
public V1beta1ChallengeStatus reason(String reason)
@Nullable public String getReason()
public void setReason(String reason)
public V1beta1ChallengeStatus state(V1beta1ChallengeStatus.StateEnum state)
@Nullable public V1beta1ChallengeStatus.StateEnum getState()
public void setState(V1beta1ChallengeStatus.StateEnum state)
Copyright © 2020. All rights reserved.