public class DataRules extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DataRules() | 
| DataRules(DataRules 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 | 
|---|---|
| DataRule[] | getContents()Get 规则 | 
| String | getOperator()Get 操作符;只能取and, or的其中一种 | 
| void | setContents(DataRule[] Contents)Set 规则 | 
| void | setOperator(String Operator)Set 操作符;只能取and, or的其中一种 | 
| 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 DataRules()
public DataRules(DataRules source)
public String getOperator()
public void setOperator(String Operator)
Operator - 操作符;只能取and, or的其中一种public DataRule[] getContents()
public void setContents(DataRule[] Contents)
Contents - 规则Copyright © 2025. All rights reserved.