Class DescribeEdgeUnitApplicationsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeEdgeUnitApplicationsRequest
-
public class DescribeEdgeUnitApplicationsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeEdgeUnitApplicationsRequest()DescribeEdgeUnitApplicationsRequest(DescribeEdgeUnitApplicationsRequest 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 翻页大小StringgetNamePattern()Get 名称模糊匹配StringgetNamespace()Get 命名空间过滤LonggetOffset()Get 翻页偏移FieldSort[]getSort()Get 字段排序 (Sort.Filed为:StartTime)voidsetEdgeUnitId(Long EdgeUnitId)Set 单元IDvoidsetLimit(Long Limit)Set 翻页大小voidsetNamePattern(String NamePattern)Set 名称模糊匹配voidsetNamespace(String Namespace)Set 命名空间过滤voidsetOffset(Long Offset)Set 翻页偏移voidsetSort(FieldSort[] Sort)Set 字段排序 (Sort.Filed为:StartTime)voidtoMap(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
-
DescribeEdgeUnitApplicationsRequest
public DescribeEdgeUnitApplicationsRequest()
-
DescribeEdgeUnitApplicationsRequest
public DescribeEdgeUnitApplicationsRequest(DescribeEdgeUnitApplicationsRequest 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
-
getOffset
public Long getOffset()
Get 翻页偏移- Returns:
- Offset 翻页偏移
-
setOffset
public void setOffset(Long Offset)
Set 翻页偏移- Parameters:
Offset- 翻页偏移
-
getLimit
public Long getLimit()
Get 翻页大小- Returns:
- Limit 翻页大小
-
setLimit
public void setLimit(Long Limit)
Set 翻页大小- Parameters:
Limit- 翻页大小
-
getNamePattern
public String getNamePattern()
Get 名称模糊匹配- Returns:
- NamePattern 名称模糊匹配
-
setNamePattern
public void setNamePattern(String NamePattern)
Set 名称模糊匹配- Parameters:
NamePattern- 名称模糊匹配
-
getSort
public FieldSort[] getSort()
Get 字段排序 (Sort.Filed为:StartTime)- Returns:
- Sort 字段排序 (Sort.Filed为:StartTime)
-
setSort
public void setSort(FieldSort[] Sort)
Set 字段排序 (Sort.Filed为:StartTime)- Parameters:
Sort- 字段排序 (Sort.Filed为:StartTime)
-
getNamespace
public String getNamespace()
Get 命名空间过滤- Returns:
- Namespace 命名空间过滤
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间过滤- Parameters:
Namespace- 命名空间过滤
-
-