public class CaptchaEntity extends Object implements Captcha
| Constructor and Description |
|---|
CaptchaEntity() |
| Modifier and Type | Method and Description |
|---|---|
static CaptchaEntity |
create(String value,
long timeout) |
Date |
getExpiredTime() |
String |
getId() |
String |
getValue() |
void |
setExpiredTime(Date expiredTime) |
void |
setId(String id) |
void |
setValue(String value) |
String |
toString() |
public static CaptchaEntity create(String value, long timeout)
public void setId(String id)
public String getValue()
public void setValue(String value)
public Date getExpiredTime()
getExpiredTime in interface Captchapublic void setExpiredTime(Date expiredTime)
Copyright © 2018. All rights reserved.