public class ComplexRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ComplexRule() | 
| ComplexRule(ComplexRule 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 | 
|---|---|
| String | getRelation()Get 表达式间逻辑关系 | 
| SimpleRule[] | getSimpleRules()Get 简单规则表达式 | 
| void | setRelation(String Relation)Set 表达式间逻辑关系 | 
| void | setSimpleRules(SimpleRule[] SimpleRules)Set 简单规则表达式 | 
| 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 ComplexRule()
public ComplexRule(ComplexRule source)
public SimpleRule[] getSimpleRules()
public void setSimpleRules(SimpleRule[] SimpleRules)
SimpleRules - 简单规则表达式public String getRelation()
public void setRelation(String Relation)
Relation - 表达式间逻辑关系Copyright © 2025. All rights reserved.