public static final class ListConfigResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListConfigResponseBody |
build() |
ListConfigResponseBody.Builder |
configs(List<String> configs)
The Logtail configurations that are returned on the current page.
|
ListConfigResponseBody.Builder |
count(Integer count)
The number of Logtail configurations that are returned on the current page.
|
ListConfigResponseBody.Builder |
total(Integer total)
The total number of Logtail configurations that meet the query conditions.
|
public ListConfigResponseBody.Builder configs(List<String> configs)
The Logtail configurations that are returned on the current page.
public ListConfigResponseBody.Builder count(Integer count)
The number of Logtail configurations that are returned on the current page.
example:3
public ListConfigResponseBody.Builder total(Integer total)
The total number of Logtail configurations that meet the query conditions.
example:2
public ListConfigResponseBody build()
Copyright © 2025. All rights reserved.