public class RuleEngineItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RuleEngineItem() | 
| RuleEngineItem(RuleEngineItem 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 annotation. | 
| String | getRuleId()Get Rule id. | 
| String | getRuleName()Get Rule name. | 
| Long | getRulePriority()Get Rule priority. | 
| String | getStatus()Get Rule status. | 
| void | setBranches(RuleBranch[] Branches)Set Sub-Rule branch. | 
| void | setDescription(String[] Description)Set Rule annotation. | 
| void | setRuleId(String RuleId)Set Rule id. | 
| void | setRuleName(String RuleName)Set Rule name. | 
| void | setRulePriority(Long RulePriority)Set Rule priority. | 
| void | setStatus(String Status)Set Rule status. | 
| 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 RuleEngineItem()
public RuleEngineItem(RuleEngineItem source)
public String getStatus()
public void setStatus(String Status)
Status - Rule status. values: public String getRuleId()
public void setRuleId(String RuleId)
RuleId - Rule id. a unique identifier for the rule. this parameter is required when calling `modifyl7accrules`.public String getRuleName()
public void setRuleName(String RuleName)
RuleName - Rule name. name length limit: 255 characters.public String[] getDescription()
public void setDescription(String[] Description)
Description - Rule annotation. multiple annotations can be added.public RuleBranch[] getBranches()
public void setBranches(RuleBranch[] Branches)
Branches - Sub-Rule branch. this list currently supports filling in only one rule; multiple entries are invalid.
Note: this field may return null, which indicates a failure to obtain a valid value.public Long getRulePriority()
public void setRulePriority(Long RulePriority)
RulePriority - Rule priority. only used as an output parameter.Copyright © 2025. All rights reserved.