Class DeleteConfigMapRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DeleteConfigMapRequest
-
public class DeleteConfigMapRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteConfigMapRequest()
DeleteConfigMapRequest(DeleteConfigMapRequest 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 String
getConfigMapName()
Get ConfigMap名String
getConfigMapNamespace()
Get ConfigMap命名空间,默认:defaultLong
getEdgeUnitID()
Get 单元IDvoid
setConfigMapName(String ConfigMapName)
Set ConfigMap名void
setConfigMapNamespace(String ConfigMapNamespace)
Set ConfigMap命名空间,默认:defaultvoid
setEdgeUnitID(Long EdgeUnitID)
Set 单元IDvoid
toMap(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
-
DeleteConfigMapRequest
public DeleteConfigMapRequest()
-
DeleteConfigMapRequest
public DeleteConfigMapRequest(DeleteConfigMapRequest 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命名空间,默认:default- Returns:
- ConfigMapNamespace ConfigMap命名空间,默认:default
-
setConfigMapNamespace
public void setConfigMapNamespace(String ConfigMapNamespace)
Set ConfigMap命名空间,默认:default- Parameters:
ConfigMapNamespace
- ConfigMap命名空间,默认:default
-
-