public static class SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBean
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts> |
contacts
The information about the alert contacts.
|
Integer |
pageNumber
The page number of the returned page.
|
Integer |
pageSize
The number of entries returned per page.
|
Integer |
totalCount
The total number of returned entries.
|
| 构造器和说明 |
|---|
SearchAlertContactResponseBodyPageBean() |
@NameInMap(value="Contacts") public List<SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts> contacts
The information about the alert contacts.
@NameInMap(value="PageNumber") public Integer pageNumber
The page number of the returned page.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries returned per page.
example:10
@NameInMap(value="TotalCount") public Integer totalCount
The total number of returned entries.
example:23
public static SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBean build(Map<String,?> map) throws Exception
Exceptionpublic SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBean setContacts(List<SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts> contacts)
public List<SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBeanContacts> getContacts()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBean setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBean setPageSize(Integer pageSize)
public Integer getPageSize()
public SearchAlertContactResponseBody.SearchAlertContactResponseBodyPageBean setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2024. All rights reserved.