public class RuleAndConditions extends AbstractModel
header, skipSign
Constructor and Description |
---|
RuleAndConditions() |
RuleAndConditions(RuleAndConditions 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 |
---|---|
RuleCondition[] |
getConditions()
Get 规则引擎条件,该数组内所有项全部满足即判断该条件满足。
|
void |
setConditions(RuleCondition[] Conditions)
Set 规则引擎条件,该数组内所有项全部满足即判断该条件满足。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RuleAndConditions()
public RuleAndConditions(RuleAndConditions source)
public RuleCondition[] getConditions()
public void setConditions(RuleCondition[] Conditions)
Conditions
- 规则引擎条件,该数组内所有项全部满足即判断该条件满足。Copyright © 2024. All rights reserved.