public static final class CheckMobilesCardSupportResponseBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CheckMobilesCardSupportResponseBody |
build() |
CheckMobilesCardSupportResponseBody.Builder |
code(String code)
The HTTP status code.
|
CheckMobilesCardSupportResponseBody.Builder |
data(CheckMobilesCardSupportResponseBody.Data data)
The data returned.
|
CheckMobilesCardSupportResponseBody.Builder |
requestId(String requestId)
The request ID.
|
CheckMobilesCardSupportResponseBody.Builder |
success(Boolean success)
Indicates whether the request is successful.
|
public CheckMobilesCardSupportResponseBody.Builder code(String code)
* The value OK indicates that the request was successful. * Other values indicate that the request failed. For more information, see [Error codes](~~101346~~).
public CheckMobilesCardSupportResponseBody.Builder data(CheckMobilesCardSupportResponseBody.Data data)
public CheckMobilesCardSupportResponseBody.Builder requestId(String requestId)
public CheckMobilesCardSupportResponseBody.Builder success(Boolean success)
* **true** * **false**
public CheckMobilesCardSupportResponseBody build()
Copyright © 2024. All rights reserved.