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