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