public class WordLengthResult extends Object
| 构造器和说明 |
|---|
WordLengthResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
static WordLengthResult |
newInstance() |
String |
toString() |
int |
wordAllowLen() |
WordLengthResult |
wordAllowLen(int wordAllowLen) |
int |
wordDenyLen() |
WordLengthResult |
wordDenyLen(int wordDenyLen) |
public static WordLengthResult newInstance()
public int wordAllowLen()
public WordLengthResult wordAllowLen(int wordAllowLen)
public int wordDenyLen()
public WordLengthResult wordDenyLen(int wordDenyLen)
Copyright © 2025. All rights reserved.