| 构造器和说明 |
|---|
JsonRule() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCondition()
Getter method for property condition.
|
Object |
getData()
Getter method for property data.
|
String |
getField()
Getter method for property field.
|
String |
getId()
Getter method for property id.
|
String |
getInput()
Getter method for property input.
|
Boolean |
getNot()
Getter method for property not.
|
String |
getOperator()
Getter method for property operator.
|
List<JsonRule> |
getRules()
Getter method for property rules.
|
String |
getType()
Getter method for property type.
|
Object |
getValue()
Getter method for property value.
|
boolean |
isGroup()
判断是否为group
|
void |
setCondition(String condition)
Setter method for property condition.
|
void |
setData(Object data)
Setter method for property data.
|
void |
setField(String field)
Setter method for property field.
|
void |
setId(String id)
Setter method for property id.
|
void |
setInput(String input)
Setter method for property input.
|
void |
setNot(Boolean not)
Setter method for property not.
|
void |
setOperator(String operator)
Setter method for property operator.
|
void |
setRules(List<JsonRule> rules)
Setter method for property rules.
|
void |
setType(String type)
Setter method for property type.
|
void |
setValue(Object value)
Setter method for property value.
|
IGroup |
toGroup()
group
|
IRule |
toRule()
rule
|
String |
toString()
to String
|
public boolean isGroup()
public IGroup toGroup()
public IRule toRule()
public String getId()
public void setId(String id)
public String getField()
public void setField(String field)
public String getType()
public void setType(String type)
public String getInput()
public void setInput(String input)
public String getOperator()
getOperator 在接口中 IRulepublic void setOperator(String operator)
setOperator 在接口中 IRuleoperator - value to be assigned to property operatorpublic Object getValue()
public void setValue(Object value)
public Object getData()
public void setData(Object data)
public String getCondition()
getCondition 在接口中 IGrouppublic void setCondition(String condition)
setCondition 在接口中 IGroupcondition - value to be assigned to property conditionpublic Boolean getNot()
public void setNot(Boolean not)
Copyright © 2018. All rights reserved.