public class DescribeConditionsTemplateListRequest extends AbstractModel
Constructor and Description |
---|
DescribeConditionsTemplateListRequest() |
DescribeConditionsTemplateListRequest(DescribeConditionsTemplateListRequest 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 |
---|---|
String |
getGroupID()
Get Filter by trigger condition template ID.
|
String |
getGroupName()
Get Filter by trigger condition template name.
|
Long |
getLimit()
Get Pagination parameter, which specifies the number of returned results per page.
|
String |
getModule()
Get The value is fixed to `monitor`.
|
Long |
getOffset()
Get Pagination offset starting from 0.
|
String |
getPolicyCountOrder()
Get Sorting order based on the number of associated policies.
|
String |
getUpdateTimeOrder()
Get Sorting method by update time.
|
String |
getViewName()
Get View name, which can be obtained via [DescribeAllNamespaces](https://intl.cloud.tencent.com/document/product/248/48683?from_cn_redirect=1).
|
void |
setGroupID(String GroupID)
Set Filter by trigger condition template ID.
|
void |
setGroupName(String GroupName)
Set Filter by trigger condition template name.
|
void |
setLimit(Long Limit)
Set Pagination parameter, which specifies the number of returned results per page.
|
void |
setModule(String Module)
Set The value is fixed to `monitor`.
|
void |
setOffset(Long Offset)
Set Pagination offset starting from 0.
|
void |
setPolicyCountOrder(String PolicyCountOrder)
Set Sorting order based on the number of associated policies.
|
void |
setUpdateTimeOrder(String UpdateTimeOrder)
Set Sorting method by update time.
|
void |
setViewName(String ViewName)
Set View name, which can be obtained via [DescribeAllNamespaces](https://intl.cloud.tencent.com/document/product/248/48683?from_cn_redirect=1).
|
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 DescribeConditionsTemplateListRequest()
public DescribeConditionsTemplateListRequest(DescribeConditionsTemplateListRequest source)
public String getModule()
public void setModule(String Module)
Module
- The value is fixed to `monitor`.public String getViewName()
public void setViewName(String ViewName)
ViewName
- View name, which can be obtained via [DescribeAllNamespaces](https://intl.cloud.tencent.com/document/product/248/48683?from_cn_redirect=1). For the monitoring of Tencent Cloud services, the value of this parameter is `QceNamespacesNew.N.Id` of the output parameter of `DescribeAllNamespaces`, for example, `cvm_device`.public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- Filter by trigger condition template name.public String getGroupID()
public void setGroupID(String GroupID)
GroupID
- Filter by trigger condition template ID.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Pagination parameter, which specifies the number of returned results per page. Value range: 1-100. Default value: 20.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset starting from 0. Default value: 0.public String getUpdateTimeOrder()
public void setUpdateTimeOrder(String UpdateTimeOrder)
UpdateTimeOrder
- Sorting method by update time. `asc`: Ascending order; `desc`: Descending order.public String getPolicyCountOrder()
public void setPolicyCountOrder(String PolicyCountOrder)
PolicyCountOrder
- Sorting order based on the number of associated policies. Valid values: `asc` (ascending order), `desc` (descending order).Copyright © 2023. All rights reserved.