public class CCPrecisionPlyRecord extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
Get 配置字段,可取值cgi, ua, cookie, referer, accept, srcip
|
String |
getFieldType()
Get 配置项类型,当前仅支持value
|
String |
getValue()
Get 配置取值
|
String |
getValueOperator()
Get 配置项值比对方式,可取值equal ,not_equal, include
|
void |
setFieldName(String FieldName)
Set 配置字段,可取值cgi, ua, cookie, referer, accept, srcip
|
void |
setFieldType(String FieldType)
Set 配置项类型,当前仅支持value
|
void |
setValue(String Value)
Set 配置取值
|
void |
setValueOperator(String ValueOperator)
Set 配置项值比对方式,可取值equal ,not_equal, include
|
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, toJsonString
public CCPrecisionPlyRecord()
public CCPrecisionPlyRecord(CCPrecisionPlyRecord source)
public String getFieldType()
public void setFieldType(String FieldType)
FieldType
- 配置项类型,当前仅支持valuepublic String getFieldName()
public void setFieldName(String FieldName)
FieldName
- 配置字段,可取值cgi, ua, cookie, referer, accept, srcippublic String getValue()
public void setValue(String Value)
Value
- 配置取值public String getValueOperator()
public void setValueOperator(String ValueOperator)
ValueOperator
- 配置项值比对方式,可取值equal ,not_equal, includeCopyright © 2024. All rights reserved.