public class COSDataRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| COSDataRule() | 
| COSDataRule(COSDataRule 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 | 
|---|---|
| DataContent[] | getContents()Get 规则内容 | 
| String | getOperator()Get 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一. | 
| void | setContents(DataContent[] Contents)Set 规则内容 | 
| void | setOperator(String Operator)Set 只能取and 、or两个值其中之一,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 COSDataRule()
public COSDataRule(COSDataRule source)
public String getOperator()
public void setOperator(String Operator)
Operator - 只能取and 、or两个值其中之一,and:字段和内容同时满足,or:字段和内容满足其一.
默认值为orpublic DataContent[] getContents()
public void setContents(DataContent[] Contents)
Contents - 规则内容Copyright © 2025. All rights reserved.