Class DescribeEdgeUnitNodeGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeEdgeUnitNodeGroupRequest
-
public class DescribeEdgeUnitNodeGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEdgeUnitId()Get IECP边缘单元IDLonggetLimit()Get 分页limit,默认为20StringgetNameFilter()Get 模糊匹配参数,精确匹配时失效StringgetNameMatched()Get 精确匹配参数StringgetNamespace()Get 命名空间,默认为defaultLonggetOffset()Get 分页offset,默认为0StringgetOrder()Get 按时间排序,ASC/DESC,默认为DESCvoidsetEdgeUnitId(Long EdgeUnitId)Set IECP边缘单元IDvoidsetLimit(Long Limit)Set 分页limit,默认为20voidsetNameFilter(String NameFilter)Set 模糊匹配参数,精确匹配时失效voidsetNameMatched(String NameMatched)Set 精确匹配参数voidsetNamespace(String Namespace)Set 命名空间,默认为defaultvoidsetOffset(Long Offset)Set 分页offset,默认为0voidsetOrder(String Order)Set 按时间排序,ASC/DESC,默认为DESCvoidtoMap(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
-
DescribeEdgeUnitNodeGroupRequest
public DescribeEdgeUnitNodeGroupRequest()
-
DescribeEdgeUnitNodeGroupRequest
public 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.
-
-
Method Detail
-
getEdgeUnitId
public Long getEdgeUnitId()
Get IECP边缘单元ID- Returns:
- EdgeUnitId IECP边缘单元ID
-
setEdgeUnitId
public void setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元ID- Parameters:
EdgeUnitId- IECP边缘单元ID
-
getNamespace
public String getNamespace()
Get 命名空间,默认为default- Returns:
- Namespace 命名空间,默认为default
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间,默认为default- Parameters:
Namespace- 命名空间,默认为default
-
getOffset
public Long getOffset()
Get 分页offset,默认为0- Returns:
- Offset 分页offset,默认为0
-
setOffset
public void setOffset(Long Offset)
Set 分页offset,默认为0- Parameters:
Offset- 分页offset,默认为0
-
getLimit
public Long getLimit()
Get 分页limit,默认为20- Returns:
- Limit 分页limit,默认为20
-
setLimit
public void setLimit(Long Limit)
Set 分页limit,默认为20- Parameters:
Limit- 分页limit,默认为20
-
getNameFilter
public String getNameFilter()
Get 模糊匹配参数,精确匹配时失效- Returns:
- NameFilter 模糊匹配参数,精确匹配时失效
-
setNameFilter
public void setNameFilter(String NameFilter)
Set 模糊匹配参数,精确匹配时失效- Parameters:
NameFilter- 模糊匹配参数,精确匹配时失效
-
getNameMatched
public String getNameMatched()
Get 精确匹配参数- Returns:
- NameMatched 精确匹配参数
-
setNameMatched
public void setNameMatched(String NameMatched)
Set 精确匹配参数- Parameters:
NameMatched- 精确匹配参数
-
getOrder
public String getOrder()
Get 按时间排序,ASC/DESC,默认为DESC- Returns:
- Order 按时间排序,ASC/DESC,默认为DESC
-
setOrder
public void setOrder(String Order)
Set 按时间排序,ASC/DESC,默认为DESC- Parameters:
Order- 按时间排序,ASC/DESC,默认为DESC
-
-