public class SubRuleItem extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.