Class DataRules
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.DataRules
-
public class DataRules extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataRule[]getContents()Get 规则 注意:此字段可能返回 null,表示取不到有效值。StringgetOperator()Get 操作符;只能取and, or的其中一种voidsetContents(DataRule[] Contents)Set 规则 注意:此字段可能返回 null,表示取不到有效值。voidsetOperator(String Operator)Set 操作符;只能取and, or的其中一种voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DataRules
public DataRules()
-
DataRules
public 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.
-
-
Method Detail
-
getOperator
public String getOperator()
Get 操作符;只能取and, or的其中一种- Returns:
- Operator 操作符;只能取and, or的其中一种
-
setOperator
public void setOperator(String Operator)
Set 操作符;只能取and, or的其中一种- Parameters:
Operator- 操作符;只能取and, or的其中一种
-
getContents
public DataRule[] getContents()
Get 规则 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Contents 规则 注意:此字段可能返回 null,表示取不到有效值。
-
setContents
public void setContents(DataRule[] Contents)
Set 规则 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Contents- 规则 注意:此字段可能返回 null,表示取不到有效值。
-
-