public class SubRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SubRule()  | 
SubRule(SubRule 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 | 
|---|---|
Action[] | 
getActions()
Get The feature to be executed. 
 | 
RuleAndConditions[] | 
getConditions()
Get The condition that determines if a feature should run. 
 | 
void | 
setActions(Action[] Actions)
Set The feature to be executed. 
 | 
void | 
setConditions(RuleAndConditions[] Conditions)
Set The condition that determines if a feature should run. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SubRule()
public SubRule(SubRule source)
public RuleAndConditions[] getConditions()
public void setConditions(RuleAndConditions[] Conditions)
Conditions - The condition that determines if a feature should run.
Note: If any condition in the array is met, the feature will run.public Action[] getActions()
public void setActions(Action[] Actions)
Actions - The feature to be executed.Copyright © 2025. All rights reserved.