public class SubRuleItem extends AbstractModel
Constructor and Description |
---|
SubRuleItem() |
SubRuleItem(SubRuleItem 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 |
---|---|
SubRule[] |
getRules()
Get Nested rule settings
|
String[] |
getTags()
Get Tag of the rule.
|
void |
setRules(SubRule[] Rules)
Set Nested rule settings
|
void |
setTags(String[] Tags)
Set Tag of the rule.
|
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, toJsonString
public SubRuleItem()
public SubRuleItem(SubRuleItem source)
public SubRule[] getRules()
public void setRules(SubRule[] Rules)
Rules
- Nested rule settingspublic String[] getTags()
public void setTags(String[] Tags)
Tags
- Tag of the rule.Copyright © 2023. All rights reserved.