public class DescribeEdgeNodePodsRequest extends AbstractModel
Constructor and Description |
---|
DescribeEdgeNodePodsRequest() |
DescribeEdgeNodePodsRequest(DescribeEdgeNodePodsRequest 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 |
getPodNamePattern()
Get Pod名称过滤串
|
void |
setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元ID
|
void |
setNamespace(String Namespace)
Set 命名空间
|
void |
setNodeId(Long NodeId)
Set 节点ID
|
void |
setPodNamePattern(String PodNamePattern)
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 DescribeEdgeNodePodsRequest()
public DescribeEdgeNodePodsRequest(DescribeEdgeNodePodsRequest source)
public Long getEdgeUnitId()
public void setEdgeUnitId(Long EdgeUnitId)
EdgeUnitId
- IECP边缘单元IDpublic Long getNodeId()
public void setNodeId(Long NodeId)
NodeId
- 节点IDpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间public String getPodNamePattern()
public void setPodNamePattern(String PodNamePattern)
PodNamePattern
- Pod名称过滤串Copyright © 2022. All rights reserved.