public class GetEventBusResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetEventBusResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
GetEventBusResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetEventBusResponse |
build(Map<String,?> map) |
GetEventBusResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
GetEventBusResponse |
setBody(GetEventBusResponseBody body) |
GetEventBusResponse |
setHeaders(Map<String,String> headers) |
GetEventBusResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public GetEventBusResponseBody body
public static GetEventBusResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetEventBusResponse setHeaders(Map<String,String> headers)
public GetEventBusResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public GetEventBusResponse setBody(GetEventBusResponseBody body)
public GetEventBusResponseBody getBody()
Copyright © 2026. All rights reserved.