public static final class ListIntegrationResponseBody.PageInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListIntegrationResponseBody.PageInfo |
build() |
ListIntegrationResponseBody.PageInfo.Builder |
integrations(List<ListIntegrationResponseBody.Integrations> integrations)
The information about each alert integration.
|
ListIntegrationResponseBody.PageInfo.Builder |
page(Long page)
The page number of the returned page.
|
ListIntegrationResponseBody.PageInfo.Builder |
size(Long size)
The number of alert integrations returned per page.
|
ListIntegrationResponseBody.PageInfo.Builder |
total(Long total)
The total number of alert integrations.
|
public ListIntegrationResponseBody.PageInfo.Builder integrations(List<ListIntegrationResponseBody.Integrations> integrations)
public ListIntegrationResponseBody.PageInfo.Builder page(Long page)
public ListIntegrationResponseBody.PageInfo.Builder size(Long size)
public ListIntegrationResponseBody.PageInfo.Builder total(Long total)
public ListIntegrationResponseBody.PageInfo build()
Copyright © 2024. All rights reserved.