public static final class ListLogConfigsResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListLogConfigsResponseBody.Data |
build() |
ListLogConfigsResponseBody.Data.Builder |
currentPage(Integer currentPage)
The total number of returned entries.
|
ListLogConfigsResponseBody.Data.Builder |
logConfigs(List<ListLogConfigsResponseBody.LogConfigs> logConfigs)
The details of the logging configuration.
|
ListLogConfigsResponseBody.Data.Builder |
pageSize(Integer pageSize)
The error code.
|
ListLogConfigsResponseBody.Data.Builder |
totalSize(Integer totalSize)
The number of entries returned on each page.
|
public ListLogConfigsResponseBody.Data.Builder currentPage(Integer currentPage)
The total number of returned entries.
example:1
public ListLogConfigsResponseBody.Data.Builder logConfigs(List<ListLogConfigsResponseBody.LogConfigs> logConfigs)
The details of the logging configuration.
public ListLogConfigsResponseBody.Data.Builder pageSize(Integer pageSize)
The error code.
10
public ListLogConfigsResponseBody.Data.Builder totalSize(Integer totalSize)
The number of entries returned on each page.
example:1
public ListLogConfigsResponseBody.Data build()
Copyright © 2026. All rights reserved.