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 子规则分支。此列表当前只支持填写一项规则,多填无效。
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getDescription()
Get 规则注释。可以填写多个注释。
|
String |
getRuleId()
Get 规则 ID。规则的唯一性标识,当调用 ModifyL7AccRules 时,该参数必填。
|
String |
getRuleName()
Get 规则名称。名称长度限制不超过 255 个字符。
|
Long |
getRulePriority()
Get 规则优先级。仅作为出参使用。
|
String |
getStatus()
Get 规则状态。取值有: enable: 启用; disable: 未启用。
|
void |
setBranches(RuleBranch[] Branches)
Set 子规则分支。此列表当前只支持填写一项规则,多填无效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String[] Description)
Set 规则注释。可以填写多个注释。
|
void |
setRuleId(String RuleId)
Set 规则 ID。规则的唯一性标识,当调用 ModifyL7AccRules 时,该参数必填。
|
void |
setRuleName(String RuleName)
Set 规则名称。名称长度限制不超过 255 个字符。
|
void |
setRulePriority(Long RulePriority)
Set 规则优先级。仅作为出参使用。
|
void |
setStatus(String Status)
Set 规则状态。取值有: enable: 启用; disable: 未启用。
|
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, toJsonString
public RuleEngineItem()
public RuleEngineItem(RuleEngineItem source)
public String getStatus()
public void setStatus(String Status)
Status
- 规则状态。取值有:public String getRuleId()
public void setRuleId(String RuleId)
RuleId
- 规则 ID。规则的唯一性标识,当调用 ModifyL7AccRules 时,该参数必填。public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- 规则名称。名称长度限制不超过 255 个字符。public String[] getDescription()
public void setDescription(String[] Description)
Description
- 规则注释。可以填写多个注释。public RuleBranch[] getBranches()
public void setBranches(RuleBranch[] Branches)
Branches
- 子规则分支。此列表当前只支持填写一项规则,多填无效。
注意:此字段可能返回 null,表示取不到有效值。public Long getRulePriority()
public void setRulePriority(Long RulePriority)
RulePriority
- 规则优先级。仅作为出参使用。Copyright © 2025. All rights reserved.