Class DescribeConfigMapRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeConfigMapRequest
-
public class DescribeConfigMapRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeConfigMapRequest()DescribeConfigMapRequest(DescribeConfigMapRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfigMapName()Get ConfigMap名称StringgetConfigMapNamespace()Get ConfigMap命名空间LonggetEdgeUnitID()Get 单元IDvoidsetConfigMapName(String ConfigMapName)Set ConfigMap名称voidsetConfigMapNamespace(String ConfigMapNamespace)Set ConfigMap命名空间voidsetEdgeUnitID(Long EdgeUnitID)Set 单元IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeConfigMapRequest
public DescribeConfigMapRequest()
-
DescribeConfigMapRequest
public DescribeConfigMapRequest(DescribeConfigMapRequest 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.
-
-
Method Detail
-
getEdgeUnitID
public Long getEdgeUnitID()
Get 单元ID- Returns:
- EdgeUnitID 单元ID
-
setEdgeUnitID
public void setEdgeUnitID(Long EdgeUnitID)
Set 单元ID- Parameters:
EdgeUnitID- 单元ID
-
getConfigMapName
public String getConfigMapName()
Get ConfigMap名称- Returns:
- ConfigMapName ConfigMap名称
-
setConfigMapName
public void setConfigMapName(String ConfigMapName)
Set ConfigMap名称- Parameters:
ConfigMapName- ConfigMap名称
-
getConfigMapNamespace
public String getConfigMapNamespace()
Get ConfigMap命名空间- Returns:
- ConfigMapNamespace ConfigMap命名空间
-
setConfigMapNamespace
public void setConfigMapNamespace(String ConfigMapNamespace)
Set ConfigMap命名空间- Parameters:
ConfigMapNamespace- ConfigMap命名空间
-
-