public static class GetAlertRulesResponseBody.GetAlertRulesResponseBodyPageBean
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<GetAlertRulesResponseBody.GetAlertRulesResponseBodyPageBeanAlertRules> |
alertRules
The list of alert rules.
|
Long |
page
The number of pages returned.
|
Long |
size
The number of alert rules returned per page.
|
Long |
total
The total number of queried alert rules.
|
| 构造器和说明 |
|---|
GetAlertRulesResponseBodyPageBean() |
@NameInMap(value="AlertRules") public List<GetAlertRulesResponseBody.GetAlertRulesResponseBodyPageBeanAlertRules> alertRules
The list of alert rules.
@NameInMap(value="Page") public Long page
The number of pages returned.
example:1
@NameInMap(value="Size") public Long size
The number of alert rules returned per page.
example:20
@NameInMap(value="Total") public Long total
The total number of queried alert rules.
example:1
public static GetAlertRulesResponseBody.GetAlertRulesResponseBodyPageBean build(Map<String,?> map) throws Exception
Exceptionpublic GetAlertRulesResponseBody.GetAlertRulesResponseBodyPageBean setAlertRules(List<GetAlertRulesResponseBody.GetAlertRulesResponseBodyPageBeanAlertRules> alertRules)
public List<GetAlertRulesResponseBody.GetAlertRulesResponseBodyPageBeanAlertRules> getAlertRules()
public GetAlertRulesResponseBody.GetAlertRulesResponseBodyPageBean setPage(Long page)
public Long getPage()
public GetAlertRulesResponseBody.GetAlertRulesResponseBodyPageBean setSize(Long size)
public Long getSize()
public GetAlertRulesResponseBody.GetAlertRulesResponseBodyPageBean setTotal(Long total)
public Long getTotal()
Copyright © 2024. All rights reserved.