public static final class BindSentinelBlockFallbackDefinitionResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BindSentinelBlockFallbackDefinitionResponseBody |
build() |
BindSentinelBlockFallbackDefinitionResponseBody.Builder |
code(Integer code)
The status code.
|
BindSentinelBlockFallbackDefinitionResponseBody.Builder |
data(Boolean data)
The returned data.
|
BindSentinelBlockFallbackDefinitionResponseBody.Builder |
httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
|
BindSentinelBlockFallbackDefinitionResponseBody.Builder |
message(String message)
The response message.
|
BindSentinelBlockFallbackDefinitionResponseBody.Builder |
requestId(String requestId)
The request ID.
|
BindSentinelBlockFallbackDefinitionResponseBody.Builder |
success(String success)
Indicates whether the request was successful.
|
public BindSentinelBlockFallbackDefinitionResponseBody.Builder code(Integer code)
The status code. A value of 200 is returned if the request is successful.
example:200
public BindSentinelBlockFallbackDefinitionResponseBody.Builder data(Boolean data)
The returned data.
example:true
public BindSentinelBlockFallbackDefinitionResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
example:200
public BindSentinelBlockFallbackDefinitionResponseBody.Builder message(String message)
The response message.
example:OK
public BindSentinelBlockFallbackDefinitionResponseBody.Builder requestId(String requestId)
The request ID.
example:4E9FDCFE-0738-493B-B801-82BDFBCB****
public BindSentinelBlockFallbackDefinitionResponseBody.Builder success(String success)
Indicates whether the request was successful. Valid values:
true: The request was successful.false: The request failed.true
public BindSentinelBlockFallbackDefinitionResponseBody build()
Copyright © 2026. All rights reserved.