public class DescribeEdgeUnitNodeGroupRequest extends AbstractModel
Constructor and Description |
---|
DescribeEdgeUnitNodeGroupRequest() |
DescribeEdgeUnitNodeGroupRequest(DescribeEdgeUnitNodeGroupRequest 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,默认为20
|
String |
getNameFilter()
Get 模糊匹配参数,精确匹配时失效
|
String |
getNameMatched()
Get 精确匹配参数
|
String |
getNamespace()
Get 命名空间,默认为default
|
Long |
getOffset()
Get 分页offset,默认为0
|
String |
getOrder()
Get 按时间排序,ASC/DESC,默认为DESC
|
void |
setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元ID
|
void |
setLimit(Long Limit)
Set 分页limit,默认为20
|
void |
setNameFilter(String NameFilter)
Set 模糊匹配参数,精确匹配时失效
|
void |
setNameMatched(String NameMatched)
Set 精确匹配参数
|
void |
setNamespace(String Namespace)
Set 命名空间,默认为default
|
void |
setOffset(Long Offset)
Set 分页offset,默认为0
|
void |
setOrder(String Order)
Set 按时间排序,ASC/DESC,默认为DESC
|
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 DescribeEdgeUnitNodeGroupRequest()
public DescribeEdgeUnitNodeGroupRequest(DescribeEdgeUnitNodeGroupRequest source)
public Long getEdgeUnitId()
public void setEdgeUnitId(Long EdgeUnitId)
EdgeUnitId
- IECP边缘单元IDpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间,默认为defaultpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页offset,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页limit,默认为20public String getNameFilter()
public void setNameFilter(String NameFilter)
NameFilter
- 模糊匹配参数,精确匹配时失效public String getNameMatched()
public void setNameMatched(String NameMatched)
NameMatched
- 精确匹配参数public String getOrder()
public void setOrder(String Order)
Order
- 按时间排序,ASC/DESC,默认为DESCCopyright © 2022. All rights reserved.