public class TextRestriction extends Object
| 构造器和说明 |
|---|
TextRestriction() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Long |
getMaxLength()
Get maxLength
|
Long |
getMinLength()
Get minLength
|
String |
getTextPattern()
Get textPattern
|
int |
hashCode() |
TextRestriction |
maxLength(Long maxLength) |
TextRestriction |
minLength(Long minLength) |
void |
setMaxLength(Long maxLength) |
void |
setMinLength(Long minLength) |
void |
setTextPattern(String textPattern) |
TextRestriction |
textPattern(String textPattern) |
String |
toString() |
public TextRestriction minLength(Long minLength)
public Long getMinLength()
public void setMinLength(Long minLength)
public TextRestriction maxLength(Long maxLength)
public Long getMaxLength()
public void setMaxLength(Long maxLength)
public TextRestriction textPattern(String textPattern)
public String getTextPattern()
public void setTextPattern(String textPattern)
Copyright © 2020. All rights reserved.