public class Challenge extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Challenge.MaskOptions |
| Constructor and Description |
|---|
Challenge(String question,
String answer) |
Challenge(String question,
String answer,
Challenge.MaskOptions maskOption) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getAnswer() |
Challenge.MaskOptions |
getMaskOption() |
String |
getQuestion() |
int |
hashCode() |
String |
toString() |
public Challenge(String question, String answer, Challenge.MaskOptions maskOption)
public String getQuestion()
public String getAnswer()
public Challenge.MaskOptions getMaskOption()
Copyright 2022 OneSpan All rights reserved.