Class CCPrecisionPlyRecord
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.CCPrecisionPlyRecord
-
public class CCPrecisionPlyRecord extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CCPrecisionPlyRecord()CCPrecisionPlyRecord(CCPrecisionPlyRecord 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 StringgetFieldName()Get 配置字段,可取值cgi, ua, cookie, referer, accept, srcipStringgetFieldType()Get 配置项类型,当前仅支持valueStringgetValue()Get 配置取值StringgetValueOperator()Get 配置项值比对方式,可取值equal ,not_equal, includevoidsetFieldName(String FieldName)Set 配置字段,可取值cgi, ua, cookie, referer, accept, srcipvoidsetFieldType(String FieldType)Set 配置项类型,当前仅支持valuevoidsetValue(String Value)Set 配置取值voidsetValueOperator(String ValueOperator)Set 配置项值比对方式,可取值equal ,not_equal, includevoidtoMap(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
-
CCPrecisionPlyRecord
public CCPrecisionPlyRecord()
-
CCPrecisionPlyRecord
public CCPrecisionPlyRecord(CCPrecisionPlyRecord 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
-
getFieldType
public String getFieldType()
Get 配置项类型,当前仅支持value- Returns:
- FieldType 配置项类型,当前仅支持value
-
setFieldType
public void setFieldType(String FieldType)
Set 配置项类型,当前仅支持value- Parameters:
FieldType- 配置项类型,当前仅支持value
-
getFieldName
public String getFieldName()
Get 配置字段,可取值cgi, ua, cookie, referer, accept, srcip- Returns:
- FieldName 配置字段,可取值cgi, ua, cookie, referer, accept, srcip
-
setFieldName
public void setFieldName(String FieldName)
Set 配置字段,可取值cgi, ua, cookie, referer, accept, srcip- Parameters:
FieldName- 配置字段,可取值cgi, ua, cookie, referer, accept, srcip
-
getValue
public String getValue()
Get 配置取值- Returns:
- Value 配置取值
-
setValue
public void setValue(String Value)
Set 配置取值- Parameters:
Value- 配置取值
-
getValueOperator
public String getValueOperator()
Get 配置项值比对方式,可取值equal ,not_equal, include- Returns:
- ValueOperator 配置项值比对方式,可取值equal ,not_equal, include
-
setValueOperator
public void setValueOperator(String ValueOperator)
Set 配置项值比对方式,可取值equal ,not_equal, include- Parameters:
ValueOperator- 配置项值比对方式,可取值equal ,not_equal, include
-
-