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 配置名称 | 
| String | getKey()Get 键 | 
| String | getSecret()Get 加密配置名称 | 
| String | getType()Get 类型,default 为自定义,reserved 为系统变量,referenced 为引用配置项 | 
| String | getValue()Get 值 | 
| void | setConfig(String Config)Set 配置名称 | 
| void | setKey(String Key)Set 键 | 
| void | setSecret(String Secret)Set 加密配置名称 | 
| void | setType(String Type)Set 类型,default 为自定义,reserved 为系统变量,referenced 为引用配置项 | 
| void | setValue(String Value)Set 值 | 
| 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 Pair()
public Pair(Pair source)
public String getKey()
public void setKey(String Key)
Key - 键public String getValue()
public void setValue(String Value)
Value - 值public String getType()
public void setType(String Type)
Type - 类型,default 为自定义,reserved 为系统变量,referenced 为引用配置项public String getConfig()
public void setConfig(String Config)
Config - 配置名称public String getSecret()
public void setSecret(String Secret)
Secret - 加密配置名称Copyright © 2025. All rights reserved.