Class DescribeEdgeNodePodContainersRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeEdgeNodePodContainersRequest
-
public class DescribeEdgeNodePodContainersRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeEdgeNodePodContainersRequest()DescribeEdgeNodePodContainersRequest(DescribeEdgeNodePodContainersRequest 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 LonggetEdgeUnitId()Get IECP边缘单元IDStringgetNamespace()Get 命名空间LonggetNodeId()Get 节点IDStringgetPodName()Get Pod名称voidsetEdgeUnitId(Long EdgeUnitId)Set IECP边缘单元IDvoidsetNamespace(String Namespace)Set 命名空间voidsetNodeId(Long NodeId)Set 节点IDvoidsetPodName(String PodName)Set Pod名称voidtoMap(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
-
DescribeEdgeNodePodContainersRequest
public DescribeEdgeNodePodContainersRequest()
-
DescribeEdgeNodePodContainersRequest
public DescribeEdgeNodePodContainersRequest(DescribeEdgeNodePodContainersRequest 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 IECP边缘单元ID- Returns:
- EdgeUnitId IECP边缘单元ID
-
setEdgeUnitId
public void setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元ID- Parameters:
EdgeUnitId- IECP边缘单元ID
-
getNodeId
public Long getNodeId()
Get 节点ID- Returns:
- NodeId 节点ID
-
setNodeId
public void setNodeId(Long NodeId)
Set 节点ID- Parameters:
NodeId- 节点ID
-
getPodName
public String getPodName()
Get Pod名称- Returns:
- PodName Pod名称
-
setPodName
public void setPodName(String PodName)
Set Pod名称- Parameters:
PodName- Pod名称
-
getNamespace
public String getNamespace()
Get 命名空间- Returns:
- Namespace 命名空间
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间- Parameters:
Namespace- 命名空间
-
-