| Constructor and Description |
|---|
UnblockScreenTutorialFields() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<UnblockScreenTutorialQuestions> |
getQuestions() |
java.lang.String |
getTarget() |
UnblockScreenTutorialFieldsType |
getType() |
int |
hashCode() |
UnblockScreenTutorialFields |
setQuestions(java.util.List<UnblockScreenTutorialQuestions> questions) |
UnblockScreenTutorialFields |
setTarget(java.lang.String target) |
UnblockScreenTutorialFields |
setType(UnblockScreenTutorialFieldsType type) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.util.List<UnblockScreenTutorialQuestions> getQuestions()
public UnblockScreenTutorialFields setQuestions(java.util.List<UnblockScreenTutorialQuestions> questions)
public java.lang.String getTarget()
public UnblockScreenTutorialFields setTarget(java.lang.String target)
public UnblockScreenTutorialFieldsType getType()
public UnblockScreenTutorialFields setType(UnblockScreenTutorialFieldsType type)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()