Class DescribeAntiInfoLeakRulesStrategyItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.DescribeAntiInfoLeakRulesStrategyItem
-
public class DescribeAntiInfoLeakRulesStrategyItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAntiInfoLeakRulesStrategyItem()DescribeAntiInfoLeakRulesStrategyItem(DescribeAntiInfoLeakRulesStrategyItem 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCompareFunc()Get 条件StringgetContent()Get 内容StringgetField()Get 字段voidsetCompareFunc(String CompareFunc)Set 条件voidsetContent(String Content)Set 内容voidsetField(String Field)Set 字段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
-
DescribeAntiInfoLeakRulesStrategyItem
public DescribeAntiInfoLeakRulesStrategyItem()
-
DescribeAntiInfoLeakRulesStrategyItem
public DescribeAntiInfoLeakRulesStrategyItem(DescribeAntiInfoLeakRulesStrategyItem 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
-
getField
public String getField()
Get 字段- Returns:
- Field 字段
-
setField
public void setField(String Field)
Set 字段- Parameters:
Field- 字段
-
getCompareFunc
public String getCompareFunc()
Get 条件- Returns:
- CompareFunc 条件
-
setCompareFunc
public void setCompareFunc(String CompareFunc)
Set 条件- Parameters:
CompareFunc- 条件
-
getContent
public String getContent()
Get 内容- Returns:
- Content 内容
-
setContent
public void setContent(String Content)
Set 内容- Parameters:
Content- 内容
-
-