public class Question
extends java.lang.Object
QuestionSet.| Constructor and Description |
|---|
Question() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Answer> |
getAnswers()
Gets all possible answers to show to the user.
|
int |
getId()
Gets the unique ID for this question.
|
java.lang.String |
getQuestion()
Gets the question text to be asked.
|
public int getId()
@NotNull public java.lang.String getQuestion()
@NotNull public java.util.List<Answer> getAnswers()