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