public class GetEventResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetEventResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetEventResponse |
build(Map<String,?> map) |
GetEventResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
GetEventResponse |
setBody(GetEventResponseBody body) |
GetEventResponse |
setHeaders(Map<String,String> headers) |
@NameInMap(value="body") @Validation(required=true) public GetEventResponseBody body
public static GetEventResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetEventResponse setHeaders(Map<String,String> headers)
public GetEventResponse setBody(GetEventResponseBody body)
public GetEventResponseBody getBody()
Copyright © 2022. All rights reserved.