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