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, toJsonStringpublic 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:不相等, include:包含Copyright © 2025. All rights reserved.