public class DescribeNodeUnitRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeNodeUnitRequest() |
DescribeNodeUnitRequest(DescribeNodeUnitRequest 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 边缘单元ID
|
Long |
getLimit()
Get 分页查询limit,默认20
|
String |
getNameFilter()
Get 模糊匹配
|
String |
getNamespace()
Get 命名空间,默认default
|
String |
getNodeGroupName()
Get NodeUnit所属的NodeGroup名称
|
Long |
getOffset()
Get 分页查询offset,默认0
|
void |
setEdgeUnitId(Long EdgeUnitId)
Set 边缘单元ID
|
void |
setLimit(Long Limit)
Set 分页查询limit,默认20
|
void |
setNameFilter(String NameFilter)
Set 模糊匹配
|
void |
setNamespace(String Namespace)
Set 命名空间,默认default
|
void |
setNodeGroupName(String NodeGroupName)
Set NodeUnit所属的NodeGroup名称
|
void |
setOffset(Long Offset)
Set 分页查询offset,默认0
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeNodeUnitRequest()
public DescribeNodeUnitRequest(DescribeNodeUnitRequest source)
public Long getEdgeUnitId()
public void setEdgeUnitId(Long EdgeUnitId)
EdgeUnitId
- 边缘单元IDpublic String getNodeGroupName()
public void setNodeGroupName(String NodeGroupName)
NodeGroupName
- NodeUnit所属的NodeGroup名称public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间,默认defaultpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页查询limit,默认20public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页查询offset,默认0public String getNameFilter()
public void setNameFilter(String NameFilter)
NameFilter
- 模糊匹配Copyright © 2023. All rights reserved.