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 配置名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKey()
Get 键
|
String |
getSecret()
Get 加密配置名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 类型,default 为自定义,reserved 为系统变量,referenced 为引用配置项
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get 值
|
void |
setConfig(String Config)
Set 配置名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKey(String Key)
Set 键
|
void |
setSecret(String Secret)
Set 加密配置名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 类型,default 为自定义,reserved 为系统变量,referenced 为引用配置项
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public 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 为引用配置项
注意:此字段可能返回 null,表示取不到有效值。public String getConfig()
public void setConfig(String Config)
Config
- 配置名称
注意:此字段可能返回 null,表示取不到有效值。public String getSecret()
public void setSecret(String Secret)
Secret
- 加密配置名称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.