public abstract class Captcha extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected Map<String,File> |
files |
protected String |
id |
protected Map<String,String> |
params |
| Constructor and Description |
|---|
Captcha() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Map<String,File> |
getFiles() |
String |
getId() |
Map<String,String> |
getParams() |
void |
setCallback(String callback) |
void |
setCode(String code) |
void |
setId(String id) |
void |
setProxy(String type,
String uri) |
void |
setSoftId(int softId) |
Copyright © 2020. All rights reserved.