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 Extracts data from specified positions in HTTP requests and responses.
|
String |
getValue()
Get Indicates the name of the parameter from which a value needs to be extracted, such as Accept-Language.
|
void |
setEnabled(Boolean Enabled)
Set Indicates whether to deliver this field.
|
void |
setName(String Name)
Set Extracts data from specified positions in HTTP requests and responses.
|
void |
setValue(String Value)
Set Indicates the name of the parameter from which a value needs to be extracted, such as Accept-Language.
|
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
- Extracts data from specified positions in HTTP requests and responses. Valid values:
public String getValue()
public void setValue(String Value)
Value
- Indicates the name of the parameter from which a value needs to be extracted, such as Accept-Language.
Note: This field may return null, indicating that no valid values can be obtained.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.