public class GetEventBusResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetEventBusResponseBody.GetEventBusResponseBodyData |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The response code.
|
GetEventBusResponseBody.GetEventBusResponseBodyData |
data
The data returned.
|
String |
message
The error message that is returned if the request failed.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the operation was successful.
|
| 构造器和说明 |
|---|
GetEventBusResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetEventBusResponseBody |
build(Map<String,?> map) |
String |
getCode() |
GetEventBusResponseBody.GetEventBusResponseBodyData |
getData() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
GetEventBusResponseBody |
setCode(String code) |
GetEventBusResponseBody |
setData(GetEventBusResponseBody.GetEventBusResponseBodyData data) |
GetEventBusResponseBody |
setMessage(String message) |
GetEventBusResponseBody |
setRequestId(String requestId) |
GetEventBusResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
The response code. The value Success indicates that the request was successful. Other values indicate that the request failed. For more information about error codes, see Error codes.
example:Success
@NameInMap(value="Data") public GetEventBusResponseBody.GetEventBusResponseBodyData data
The data returned.
@NameInMap(value="Message") public String message
The error message that is returned if the request failed.
example:EventBusNotExist
@NameInMap(value="RequestId") public String requestId
The request ID.
example:d5bfc188-4452-4ba7-b73a-a9005e522439
@NameInMap(value="Success") public Boolean success
Indicates whether the operation was successful. If the operation was successful, the value true is returned.
example:true
public static GetEventBusResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetEventBusResponseBody setCode(String code)
public String getCode()
public GetEventBusResponseBody setData(GetEventBusResponseBody.GetEventBusResponseBodyData data)
public GetEventBusResponseBody.GetEventBusResponseBodyData getData()
public GetEventBusResponseBody setMessage(String message)
public String getMessage()
public GetEventBusResponseBody setRequestId(String requestId)
public String getRequestId()
public GetEventBusResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2026. All rights reserved.