public class RuleAndConditions extends AbstractModel
| 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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic 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 © 2022. All rights reserved.