public class RuleItem extends AbstractModel
Constructor and Description |
---|
RuleItem() |
RuleItem(RuleItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
RuleAction[] |
getActions()
Get 执行的功能。
|
RuleAndConditions[] |
getConditions()
Get 执行功能判断条件。
注意:满足该数组内任意一项条件,功能即可执行。
|
void |
setActions(RuleAction[] Actions)
Set 执行的功能。
|
void |
setConditions(RuleAndConditions[] Conditions)
Set 执行功能判断条件。
注意:满足该数组内任意一项条件,功能即可执行。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RuleItem()
public RuleItem(RuleItem source)
public RuleAndConditions[] getConditions()
public void setConditions(RuleAndConditions[] Conditions)
Conditions
- 执行功能判断条件。
注意:满足该数组内任意一项条件,功能即可执行。public RuleAction[] getActions()
public void setActions(RuleAction[] Actions)
Actions
- 执行的功能。Copyright © 2023. All rights reserved.