public class Pair extends AbstractModel
header, skipSign
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 |
getSecret()
Get Encrypt configuration name
Note: This field may return `null`, indicating that no valid value was found.
|
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 |
setSecret(String Secret)
Set Encrypt configuration name
Note: This field may return `null`, indicating that no valid value was found.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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.public String getSecret()
public void setSecret(String Secret)
Secret
- Encrypt configuration name
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2024. All rights reserved.