public static final class CreateAgAccountResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateAgAccountResponseBody.Builder |
agRelationDto(CreateAgAccountResponseBody.AgRelationDto agRelationDto)
The relationship between the account that is used to call the CreateAgAccount operation and the account that is created.
|
CreateAgAccountResponseBody |
build() |
CreateAgAccountResponseBody.Builder |
code(String code)
The status code returned.
|
CreateAgAccountResponseBody.Builder |
message(String message)
The error message returned.
|
CreateAgAccountResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
CreateAgAccountResponseBody.Builder |
success(Boolean success)
Indicates whether the request is successful.
|
public CreateAgAccountResponseBody.Builder agRelationDto(CreateAgAccountResponseBody.AgRelationDto agRelationDto)
The relationship between the account that is used to call the CreateAgAccount operation and the account that is created.
public CreateAgAccountResponseBody.Builder code(String code)
The status code returned.
example:LOGIN_EMAIL_HAS_BEEN_USED
public CreateAgAccountResponseBody.Builder message(String message)
The error message returned.
example:loginEmail=685741089H@chinaunicom.cn,has used
public CreateAgAccountResponseBody.Builder requestId(String requestId)
The ID of the request.
example:EAE08A27-386C-579E-966D-8853EC3C5D0E
public CreateAgAccountResponseBody.Builder success(Boolean success)
Indicates whether the request is successful.
example:true
public CreateAgAccountResponseBody build()
Copyright © 2026. All rights reserved.