public static class ListTaskFlowTimeVariablesResponseBody.ListTaskFlowTimeVariablesResponseBodyTimeVariablesTimeVariable
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name
The name of the time variable.
|
String |
pattern
The format of the time variable.
|
| 构造器和说明 |
|---|
ListTaskFlowTimeVariablesResponseBodyTimeVariablesTimeVariable() |
@NameInMap(value="Name") public String name
The name of the time variable.
example:time_test
@NameInMap(value="Pattern") public String pattern
The format of the time variable.
example:2018-09-26|+7h
public ListTaskFlowTimeVariablesResponseBodyTimeVariablesTimeVariable()
public static ListTaskFlowTimeVariablesResponseBody.ListTaskFlowTimeVariablesResponseBodyTimeVariablesTimeVariable build(Map<String,?> map) throws Exception
Exceptionpublic ListTaskFlowTimeVariablesResponseBody.ListTaskFlowTimeVariablesResponseBodyTimeVariablesTimeVariable setName(String name)
public String getName()
public ListTaskFlowTimeVariablesResponseBody.ListTaskFlowTimeVariablesResponseBodyTimeVariablesTimeVariable setPattern(String pattern)
public String getPattern()
Copyright © 2025. All rights reserved.