public class CustomConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
CustomConfig() |
CustomConfig(CustomConfig 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 |
getConfigKey()
Get 自定义参数名
|
String |
getConfigValue()
Get 自定义参数值
|
void |
setConfigKey(String ConfigKey)
Set 自定义参数名
|
void |
setConfigValue(String ConfigValue)
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 CustomConfig()
public CustomConfig(CustomConfig source)
public String getConfigKey()
public void setConfigKey(String ConfigKey)
ConfigKey
- 自定义参数名public String getConfigValue()
public void setConfigValue(String ConfigValue)
ConfigValue
- 自定义参数值Copyright © 2025. All rights reserved.