public interface IGroup
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCondition()
Getter method for property condition.
|
Object |
getData()
Getter method for property data.
|
Boolean |
getNot()
Getter method for property not.
|
List<JsonRule> |
getRules()
Getter method for property rules.
|
void |
setCondition(String condition)
Setter method for property condition.
|
void |
setData(Object value)
Setter method for property data.
|
void |
setNot(Boolean not)
Setter method for property not.
|
void |
setRules(List<JsonRule> rules)
Setter method for property rules.
|
String getCondition()
void setCondition(String condition)
condition - value to be assigned to property conditionBoolean getNot()
void setNot(Boolean not)
not - value to be assigned to property notvoid setRules(List<JsonRule> rules)
rules - value to be assigned to property rulesObject getData()
void setData(Object value)
value - value to be assigned to property valueCopyright © 2018. All rights reserved.