public class Pair extends AbstractModel
| Constructor and Description | 
|---|
| Pair() | 
| Pair(Pair 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 | getConfig()Get Configuration name
Note: This field may return `null`, indicating that no valid value can be found. | 
| String | getKey()Get Key | 
| String | getType()Get `default``: Custom. | 
| String | getValue()Get Value | 
| void | setConfig(String Config)Set Configuration name
Note: This field may return `null`, indicating that no valid value can be found. | 
| void | setKey(String Key)Set Key | 
| void | setType(String Type)Set `default``: Custom. | 
| void | setValue(String Value)Set Value | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Pair()
public Pair(Pair source)
public String getKey()
public void setKey(String Key)
Key - Keypublic String getValue()
public void setValue(String Value)
Value - Valuepublic String getType()
public void setType(String Type)
Type - `default``: Custom. `reserved`: System variable. `referenced`: Referenced configuration item.
Note: This field may return `null`, indicating that no valid value can be found.public String getConfig()
public void setConfig(String Config)
Config - Configuration name
Note: This field may return `null`, indicating that no valid value can be found.Copyright © 2022. All rights reserved.