public class DeleteEdgeUnitPodRequest extends AbstractModel
Constructor and Description |
---|
DeleteEdgeUnitPodRequest() |
DeleteEdgeUnitPodRequest(DeleteEdgeUnitPodRequest 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 |
getClusterID()
Get 集群ID
|
String |
getNamespace()
Get 命名空间
|
String |
getPodName()
Get Pod名称
|
void |
setClusterID(String ClusterID)
Set 集群ID
|
void |
setNamespace(String Namespace)
Set 命名空间
|
void |
setPodName(String PodName)
Set Pod名称
|
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 DeleteEdgeUnitPodRequest()
public DeleteEdgeUnitPodRequest(DeleteEdgeUnitPodRequest source)
public String getClusterID()
public void setClusterID(String ClusterID)
ClusterID
- 集群IDpublic String getPodName()
public void setPodName(String PodName)
PodName
- Pod名称public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间Copyright © 2022. All rights reserved.