public static final class CreateMonitorGroupNotifyPolicyResponseBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateMonitorGroupNotifyPolicyResponseBody |
build() |
CreateMonitorGroupNotifyPolicyResponseBody.Builder |
code(String code)
The HTTP status code.
|
CreateMonitorGroupNotifyPolicyResponseBody.Builder |
message(String message)
The error message.
|
CreateMonitorGroupNotifyPolicyResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
CreateMonitorGroupNotifyPolicyResponseBody.Builder |
result(Integer result)
The number of entries that are returned.
|
CreateMonitorGroupNotifyPolicyResponseBody.Builder |
success(String success)
Indicates whether the call succeeds.
|
public CreateMonitorGroupNotifyPolicyResponseBody.Builder code(String code)
> The HTTP status code 200 indicates that the call succeeds.
public CreateMonitorGroupNotifyPolicyResponseBody.Builder message(String message)
public CreateMonitorGroupNotifyPolicyResponseBody.Builder requestId(String requestId)
public CreateMonitorGroupNotifyPolicyResponseBody.Builder result(Integer result)
public CreateMonitorGroupNotifyPolicyResponseBody.Builder success(String success)
* true: The call succeeds. * false: The call fails.
public CreateMonitorGroupNotifyPolicyResponseBody build()
Copyright © 2024. All rights reserved.