public class RuleAndConditions extends AbstractModel
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 Rule engine condition.
|
void |
setConditions(RuleCondition[] Conditions)
Set Rule engine condition.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RuleAndConditions()
public RuleAndConditions(RuleAndConditions source)
public RuleCondition[] getConditions()
public void setConditions(RuleCondition[] Conditions)
Conditions
- Rule engine condition. This condition will be considered met if all items in the array are met.Copyright © 2023. All rights reserved.