public class CustomField extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CustomField() | 
| CustomField(CustomField 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 | 
|---|---|
| Boolean | getEnabled()Get Whether to deliver this field. | 
| String | getName()Get Type of the custom log field, which indicates extracting data from specified positions in HTTP requests and responses. | 
| String | getValue()Get Enter the field value definition based on the field type (Name). | 
| void | setEnabled(Boolean Enabled)Set Whether to deliver this field. | 
| void | setName(String Name)Set Type of the custom log field, which indicates extracting data from specified positions in HTTP requests and responses. | 
| void | setValue(String Value)Set Enter the field value definition based on the field type (Name). | 
| 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 CustomField()
public CustomField(CustomField source)
public String getName()
public void setName(String Name)
Name - Type of the custom log field, which indicates extracting data from specified positions in HTTP requests and responses. valid values:.
public String getValue()
public void setValue(String Value)
Value - Enter the field value definition based on the field type (Name). this parameter is case-sensitive.
public Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled - Whether to deliver this field. leave blank to skip delivery.Copyright © 2025. All rights reserved.