public class Captcha
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
correct |
int |
id |
java.lang.String |
text |
Constructor and Description |
---|
Captcha() |
Captcha(org.json.JSONObject src) |
Modifier and Type | Method and Description |
---|---|
boolean |
isCorrect() |
boolean |
isSolved() |
boolean |
isUploaded() |
boolean |
toBoolean() |
int |
toInt() |
java.lang.String |
toString() |
public Captcha()
public Captcha(@NotNull org.json.JSONObject src)