public class InstanceConfigItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
InstanceConfigItem()  | 
InstanceConfigItem(InstanceConfigItem 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 | 
getConfKey()
Get key 
 | 
String | 
getConfValue()
Get value 
 | 
void | 
setConfKey(String ConfKey)
Set key 
 | 
void | 
setConfValue(String ConfValue)
Set value 
 | 
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 InstanceConfigItem()
public InstanceConfigItem(InstanceConfigItem source)
public String getConfKey()
public void setConfKey(String ConfKey)
ConfKey - keypublic String getConfValue()
public void setConfValue(String ConfValue)
ConfValue - valueCopyright © 2025. All rights reserved.