| 构造器和说明 |
|---|
Word() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
int |
getMaxLength() |
int |
getMinLength() |
com.buession.security.captcha.core.WordType |
getWordType() |
void |
setContent(String content) |
void |
setMaxLength(int maxLength) |
void |
setMinLength(int minLength) |
void |
setWordType(com.buession.security.captcha.core.WordType wordType) |
public com.buession.security.captcha.core.WordType getWordType()
public void setWordType(com.buession.security.captcha.core.WordType wordType)
public String getContent()
public void setContent(String content)
public int getMinLength()
public void setMinLength(int minLength)
public int getMaxLength()
public void setMaxLength(int maxLength)
Copyright © 2021 buession.com Inc.. All rights reserved.