@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class RecoveryQuestionCredential extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_ANSWER  | 
static String | 
JSON_PROPERTY_QUESTION  | 
| Constructor and Description | 
|---|
RecoveryQuestionCredential()  | 
| Modifier and Type | Method and Description | 
|---|---|
RecoveryQuestionCredential | 
answer(String answer)  | 
boolean | 
equals(Object o)  | 
String | 
getAnswer()
Get answer 
 | 
String | 
getQuestion()
Get question 
 | 
int | 
hashCode()  | 
RecoveryQuestionCredential | 
question(String question)  | 
void | 
setAnswer(String answer)  | 
void | 
setQuestion(String question)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_ANSWER
public static final String JSON_PROPERTY_QUESTION
public RecoveryQuestionCredential answer(String answer)
public void setAnswer(String answer)
public RecoveryQuestionCredential question(String question)
public void setQuestion(String question)
Copyright © 2017–2023 Okta. All rights reserved.