public static final class ListLogConfigsResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ListLogConfigsResponseBody |
build() |
ListLogConfigsResponseBody.Builder |
code(String code)
Indicates whether the logging configurations of an application were obtained.
|
ListLogConfigsResponseBody.Builder |
data(ListLogConfigsResponseBody.Data data)
The details of logging configurations.
|
ListLogConfigsResponseBody.Builder |
errorCode(String errorCode)
The HTTP status code.
|
ListLogConfigsResponseBody.Builder |
message(String message)
The ID of the trace.
|
ListLogConfigsResponseBody.Builder |
requestId(String requestId)
The returned message.
|
ListLogConfigsResponseBody.Builder |
success(Boolean success)
Success.
|
ListLogConfigsResponseBody.Builder |
traceId(String traceId)
The logging configurations.
|
public ListLogConfigsResponseBody.Builder code(String code)
* **true**: indicates that the configurations were obtained. * **false**: indicates that the configurations could not be obtained.
public ListLogConfigsResponseBody.Builder data(ListLogConfigsResponseBody.Data data)
public ListLogConfigsResponseBody.Builder errorCode(String errorCode)
* **2xx**: indicates that the request was successful. * **3xx**: indicates that the request was redirected. * **4xx**: indicates that the request was invalid. * **5xx**: indicates that a server error occurred.
public ListLogConfigsResponseBody.Builder message(String message)
public ListLogConfigsResponseBody.Builder requestId(String requestId)
* **success** is returned when the request succeeds. * An error code is returned when the request fails.
public ListLogConfigsResponseBody.Builder success(Boolean success)
public ListLogConfigsResponseBody.Builder traceId(String traceId)
public ListLogConfigsResponseBody build()
Copyright © 2024. All rights reserved.