public class ListTaskFlowTimeVariablesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned if the request failed.
|
String |
errorMessage
The error message returned if the request failed.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
ListTaskFlowTimeVariablesResponseBody.ListTaskFlowTimeVariablesResponseBodyTimeVariables |
timeVariables
The time variables for the task flow.
|
| 构造器和说明 |
|---|
ListTaskFlowTimeVariablesResponseBody() |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned if the request failed.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:EC12A3BE-149F-5365-AF33-12CC8C963923
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
@NameInMap(value="TimeVariables") public ListTaskFlowTimeVariablesResponseBody.ListTaskFlowTimeVariablesResponseBodyTimeVariables timeVariables
The time variables for the task flow.
public static ListTaskFlowTimeVariablesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListTaskFlowTimeVariablesResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListTaskFlowTimeVariablesResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListTaskFlowTimeVariablesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListTaskFlowTimeVariablesResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public ListTaskFlowTimeVariablesResponseBody setTimeVariables(ListTaskFlowTimeVariablesResponseBody.ListTaskFlowTimeVariablesResponseBodyTimeVariables timeVariables)
public ListTaskFlowTimeVariablesResponseBody.ListTaskFlowTimeVariablesResponseBodyTimeVariables getTimeVariables()
Copyright © 2025. All rights reserved.