public class ConfigMapOption extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ConfigMapOption() | 
| ConfigMapOption(ConfigMapOption 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 | getKey()Get - | 
| String | getMode()Get - | 
| String | getPath()Get - | 
| void | setKey(String Key)Set - | 
| void | setMode(String Mode)Set - | 
| void | setPath(String Path)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 ConfigMapOption()
public ConfigMapOption(ConfigMapOption source)
public String getKey()
public void setKey(String Key)
Key - -public String getPath()
public void setPath(String Path)
Path - -public String getMode()
public void setMode(String Mode)
Mode - -Copyright © 2025. All rights reserved.