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