public class DescribeEdgeNodesRequest extends AbstractModel
Constructor and Description |
---|
DescribeEdgeNodesRequest() |
DescribeEdgeNodesRequest(DescribeEdgeNodesRequest 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
|
Long |
getLimit()
Get 页面大小Limit
|
String[] |
getNameMatchedList()
Get 边缘节点名称列表,支持批量查询 ,优先于模糊查询
|
String |
getNamePattern()
Get 边缘节点名称模糊搜索串
|
Long |
getNodeType()
Get 节点类型
|
Long |
getOffset()
Get 偏移量
|
Sort[] |
getSort()
Get 排序信息列表
|
void |
setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元ID
|
void |
setLimit(Long Limit)
Set 页面大小Limit
|
void |
setNameMatchedList(String[] NameMatchedList)
Set 边缘节点名称列表,支持批量查询 ,优先于模糊查询
|
void |
setNamePattern(String NamePattern)
Set 边缘节点名称模糊搜索串
|
void |
setNodeType(Long NodeType)
Set 节点类型
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setSort(Sort[] Sort)
Set 排序信息列表
|
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 DescribeEdgeNodesRequest()
public DescribeEdgeNodesRequest(DescribeEdgeNodesRequest source)
public Long getEdgeUnitId()
public void setEdgeUnitId(Long EdgeUnitId)
EdgeUnitId
- IECP边缘单元IDpublic String getNamePattern()
public void setNamePattern(String NamePattern)
NamePattern
- 边缘节点名称模糊搜索串public String[] getNameMatchedList()
public void setNameMatchedList(String[] NameMatchedList)
NameMatchedList
- 边缘节点名称列表,支持批量查询 ,优先于模糊查询public Sort[] getSort()
public void setSort(Sort[] Sort)
Sort
- 排序信息列表public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 页面大小Limitpublic Long getNodeType()
public void setNodeType(Long NodeType)
NodeType
- 节点类型Copyright © 2022. All rights reserved.