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