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 Configuration field.
|
String |
getFieldType()
Get Type of the configuration field.
|
String |
getValue()
Get Value of the configuration field
|
String |
getValueOperator()
Get Filters values of configuration fields.
|
void |
setFieldName(String FieldName)
Set Configuration field.
|
void |
setFieldType(String FieldType)
Set Type of the configuration field.
|
void |
setValue(String Value)
Set Value of the configuration field
|
void |
setValueOperator(String ValueOperator)
Set Filters values of configuration fields.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CCPrecisionPlyRecord()
public CCPrecisionPlyRecord(CCPrecisionPlyRecord source)
public String getFieldType()
public void setFieldType(String FieldType)
FieldType
- Type of the configuration field. Only `value` is supported.public String getFieldName()
public void setFieldName(String FieldName)
FieldName
- Configuration field. Valid values: `cgi`, `ua`, `cookie`, `referer`, `accept`, and `srcip`.public String getValue()
public void setValue(String Value)
Value
- Value of the configuration fieldpublic String getValueOperator()
public void setValueOperator(String ValueOperator)
ValueOperator
- Filters values of configuration fields. `equal`: The value matches the configuration field. `not_equal`: The value does not match the configuration field. `include`: The value is included.Copyright © 2024. All rights reserved.