public static class GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
creatorId
The ID of the user who created the task flow.
|
String |
cronBeginDate
The start time for scheduling.
|
String |
cronEndDate
The end time for scheduling.
|
Boolean |
cronTrigger
Indicates whether the archiving task is a scheduled task.
|
String |
dagName
The name of the workflow.
|
String |
dagOwnerId
The ID of the owner of the workflow.
|
Long |
deployId
The ID of the deployment record.
|
String |
description
The description of the workflow.
|
Boolean |
DWDevelop
Indicates whether the task is used to develop warehouses.
|
Long |
editDagId
The ID of the editable workflow version.
|
String |
gmtCreate
The time when the workflow was created.
|
String |
gmtModified
The time when the workflow was last modified.
|
Long |
id
The ID of the task flow.
|
Long |
isPublic
Indicates whether the workflow is public.
|
Boolean |
legacy
Indicates whether the task is a historical task.
|
Boolean |
system
Indicates whether the task was created by the system.
|
String |
tenantId
The tenant ID.
|
Boolean |
triggerOnce
Indicates whether the workflow is triggered to run once.
|
| 构造器和说明 |
|---|
GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo() |
@NameInMap(value="CreatorId") public String creatorId
The ID of the user who created the task flow.
example:59****
@NameInMap(value="CronBeginDate") public String cronBeginDate
The start time for scheduling. The task flow is not scheduled before this point in time.
example:1970-01-01
@NameInMap(value="CronEndDate") public String cronEndDate
The end time for scheduling. The task flow is not scheduled after this point in time.
example:9999-01-01
@NameInMap(value="CronTrigger") public Boolean cronTrigger
Indicates whether the archiving task is a scheduled task. Valid values:
false
@NameInMap(value="DWDevelop") public Boolean DWDevelop
Indicates whether the task is used to develop warehouses.
example:This field is a retained field that is not in use.
false
@NameInMap(value="DagName") public String dagName
The name of the workflow.
example:data-archive-9099197
@NameInMap(value="DagOwnerId") public String dagOwnerId
The ID of the owner of the workflow.
example:13****
@NameInMap(value="DeployId") public Long deployId
The ID of the deployment record.
example:93***
@NameInMap(value="Description") public String description
The description of the workflow.
example:order id:9099197
@NameInMap(value="EditDagId") public Long editDagId
The ID of the editable workflow version.
example:24***
@NameInMap(value="GmtCreate") public String gmtCreate
The time when the workflow was created.
example:2023-05-15 16:00:48
@NameInMap(value="GmtModified") public String gmtModified
The time when the workflow was last modified.
example:2023-06-15 16:00:48
@NameInMap(value="Id") public Long id
The ID of the task flow.
example:24***
@NameInMap(value="IsPublic") public Long isPublic
Indicates whether the workflow is public. Valid values:
0
@NameInMap(value="Legacy") public Boolean legacy
Indicates whether the task is a historical task. Valid values:
false
@NameInMap(value="System") public Boolean system
Indicates whether the task was created by the system. Valid values:
false
@NameInMap(value="TenantId") public String tenantId
The tenant ID.
example:5***
@NameInMap(value="TriggerOnce") public Boolean triggerOnce
Indicates whether the workflow is triggered to run once. Valid values:
false
public GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo()
public static GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo build(Map<String,?> map) throws Exception
Exceptionpublic GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setCreatorId(String creatorId)
public String getCreatorId()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setCronBeginDate(String cronBeginDate)
public String getCronBeginDate()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setCronEndDate(String cronEndDate)
public String getCronEndDate()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setCronTrigger(Boolean cronTrigger)
public Boolean getCronTrigger()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setDWDevelop(Boolean DWDevelop)
public Boolean getDWDevelop()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setDagName(String dagName)
public String getDagName()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setDagOwnerId(String dagOwnerId)
public String getDagOwnerId()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setDeployId(Long deployId)
public Long getDeployId()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setDescription(String description)
public String getDescription()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setEditDagId(Long editDagId)
public Long getEditDagId()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setGmtCreate(String gmtCreate)
public String getGmtCreate()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setGmtModified(String gmtModified)
public String getGmtModified()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setId(Long id)
public Long getId()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setIsPublic(Long isPublic)
public Long getIsPublic()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setLegacy(Boolean legacy)
public Boolean getLegacy()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setSystem(Boolean system)
public Boolean getSystem()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setTenantId(String tenantId)
public String getTenantId()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataDagInfo setTriggerOnce(Boolean triggerOnce)
public Boolean getTriggerOnce()
Copyright © 2025. All rights reserved.