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