Class DescribeNodeUnitRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeNodeUnitRequest
-
public class DescribeNodeUnitRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEdgeUnitId()Get 边缘单元IDLonggetLimit()Get 分页查询limit,默认20StringgetNameFilter()Get 模糊匹配StringgetNamespace()Get 命名空间,默认defaultStringgetNodeGroupName()Get NodeUnit所属的NodeGroup名称LonggetOffset()Get 分页查询offset,默认0voidsetEdgeUnitId(Long EdgeUnitId)Set 边缘单元IDvoidsetLimit(Long Limit)Set 分页查询limit,默认20voidsetNameFilter(String NameFilter)Set 模糊匹配voidsetNamespace(String Namespace)Set 命名空间,默认defaultvoidsetNodeGroupName(String NodeGroupName)Set NodeUnit所属的NodeGroup名称voidsetOffset(Long Offset)Set 分页查询offset,默认0voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeNodeUnitRequest
public DescribeNodeUnitRequest()
-
DescribeNodeUnitRequest
public 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.
-
-
Method Detail
-
getEdgeUnitId
public Long getEdgeUnitId()
Get 边缘单元ID- Returns:
- EdgeUnitId 边缘单元ID
-
setEdgeUnitId
public void setEdgeUnitId(Long EdgeUnitId)
Set 边缘单元ID- Parameters:
EdgeUnitId- 边缘单元ID
-
getNodeGroupName
public String getNodeGroupName()
Get NodeUnit所属的NodeGroup名称- Returns:
- NodeGroupName NodeUnit所属的NodeGroup名称
-
setNodeGroupName
public void setNodeGroupName(String NodeGroupName)
Set NodeUnit所属的NodeGroup名称- Parameters:
NodeGroupName- NodeUnit所属的NodeGroup名称
-
getNamespace
public String getNamespace()
Get 命名空间,默认default- Returns:
- Namespace 命名空间,默认default
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间,默认default- Parameters:
Namespace- 命名空间,默认default
-
getLimit
public Long getLimit()
Get 分页查询limit,默认20- Returns:
- Limit 分页查询limit,默认20
-
setLimit
public void setLimit(Long Limit)
Set 分页查询limit,默认20- Parameters:
Limit- 分页查询limit,默认20
-
getOffset
public Long getOffset()
Get 分页查询offset,默认0- Returns:
- Offset 分页查询offset,默认0
-
setOffset
public void setOffset(Long Offset)
Set 分页查询offset,默认0- Parameters:
Offset- 分页查询offset,默认0
-
getNameFilter
public String getNameFilter()
Get 模糊匹配- Returns:
- NameFilter 模糊匹配
-
setNameFilter
public void setNameFilter(String NameFilter)
Set 模糊匹配- Parameters:
NameFilter- 模糊匹配
-
-