public class DescribeEdgeNodePodContainersRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEdgeUnitId()
Get IECP边缘单元ID
|
String |
getNamespace()
Get 命名空间
|
Long |
getNodeId()
Get 节点ID
|
String |
getPodName()
Get Pod名称
|
void |
setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元ID
|
void |
setNamespace(String Namespace)
Set 命名空间
|
void |
setNodeId(Long NodeId)
Set 节点ID
|
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 DescribeEdgeNodePodContainersRequest()
public DescribeEdgeNodePodContainersRequest(DescribeEdgeNodePodContainersRequest source)
public Long getEdgeUnitId()
public void setEdgeUnitId(Long EdgeUnitId)
EdgeUnitId
- IECP边缘单元IDpublic Long getNodeId()
public void setNodeId(Long NodeId)
NodeId
- 节点IDpublic String getPodName()
public void setPodName(String PodName)
PodName
- Pod名称public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间Copyright © 2022. All rights reserved.