public class UpdateConfContext extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateConfContext() |
UpdateConfContext(UpdateConfContext 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 |
getConfigType()
Get 参数类型,可选:StaticConfigType,DynamicConfigType
|
Param[] |
getParams()
Get 参数的配置数组
|
void |
setConfigType(String ConfigType)
Set 参数类型,可选:StaticConfigType,DynamicConfigType
|
void |
setParams(Param[] Params)
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 UpdateConfContext()
public UpdateConfContext(UpdateConfContext source)
public String getConfigType()
public void setConfigType(String ConfigType)
ConfigType
- 参数类型,可选:StaticConfigType,DynamicConfigTypepublic Param[] getParams()
public void setParams(Param[] Params)
Params
- 参数的配置数组Copyright © 2025. All rights reserved.