public class RuleEngineSubRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
RuleEngineSubRule() |
RuleEngineSubRule(RuleEngineSubRule 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 |
---|---|
RuleBranch[] |
getBranches()
Get Sub-Rule branch.
|
String[] |
getDescription()
Get Rule comments.
|
void |
setBranches(RuleBranch[] Branches)
Set Sub-Rule branch.
|
void |
setDescription(String[] Description)
Set Rule comments.
|
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 RuleEngineSubRule()
public RuleEngineSubRule(RuleEngineSubRule source)
public RuleBranch[] getBranches()
public void setBranches(RuleBranch[] Branches)
Branches
- Sub-Rule branch.
Note: this field may return null, which indicates a failure to obtain a valid value.public String[] getDescription()
public void setDescription(String[] Description)
Description
- Rule comments.Copyright © 2025. All rights reserved.