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