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