public class DescribeConfigResponse extends AbstractModel
Constructor and Description |
---|
DescribeConfigResponse() |
DescribeConfigResponse(DescribeConfigResponse 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 |
---|---|
Boolean |
getIsDir()
Get 当前key是否为路径
|
String |
getKey()
Get 配置项或路径key
|
String[] |
getList()
Get 当前key下的子路径
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getValue()
Get 配置项的值
|
void |
setIsDir(Boolean IsDir)
Set 当前key是否为路径
|
void |
setKey(String Key)
Set 配置项或路径key
|
void |
setList(String[] List)
Set 当前key下的子路径
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setValue(String Value)
Set 配置项的值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeConfigResponse()
public DescribeConfigResponse(DescribeConfigResponse source)
public String getKey()
public void setKey(String Key)
Key
- 配置项或路径keypublic String getValue()
public void setValue(String Value)
Value
- 配置项的值public Boolean getIsDir()
public void setIsDir(Boolean IsDir)
IsDir
- 当前key是否为路径public String[] getList()
public void setList(String[] List)
List
- 当前key下的子路径public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.