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 Indicates whether to deliver this field.
|
String |
getName()
Get Type of the custom log filed, which indicates extracting data from a specified position in HTTP requests and responses.
|
String |
getValue()
Get Enter the definition of the field value based on the field type (Name).
|
void |
setEnabled(Boolean Enabled)
Set Indicates whether to deliver this field.
|
void |
setName(String Name)
Set Type of the custom log filed, which indicates extracting data from a specified position in HTTP requests and responses.
|
void |
setValue(String Value)
Set Enter the definition of the field value 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CustomField()
public CustomField(CustomField source)
public String getName()
public void setName(String Name)
Name
- Type of the custom log filed, which indicates extracting data from a specified position in HTTP requests and responses. Valid values:
public String getValue()
public void setValue(String Value)
Value
- Enter the definition of the field value based on the field type (Name). This parameter is case-sensitive.
public Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled
- Indicates whether to deliver this field. If not filled in, this field will not be delivered.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.