public class ModifyTaskLinksDsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyTaskLinksDsRequest() |
ModifyTaskLinksDsRequest(ModifyTaskLinksDsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getLinkDependencyType()
Get Dependency relationship between parent and child tasks.
|
String |
getLinkExt()
Get Additional attribute information such as branch node and merge node information.
|
String |
getProjectId()
Get Project ID
|
String |
getRealFromWorkflowId()
Get Parent task Workflow
|
String |
getRequestFromSource()
Get Request source, WEB frontend; CLIENT CLIENT.
|
String |
getTaskFrom()
Get Parent Task ID
|
String |
getTaskTo()
Get Subtask ID
|
String |
getWorkflowId()
Get Subtask Workflow
|
void |
setLinkDependencyType(String LinkDependencyType)
Set Dependency relationship between parent and child tasks.
|
void |
setLinkExt(String LinkExt)
Set Additional attribute information such as branch node and merge node information.
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setRealFromWorkflowId(String RealFromWorkflowId)
Set Parent task Workflow
|
void |
setRequestFromSource(String RequestFromSource)
Set Request source, WEB frontend; CLIENT CLIENT.
|
void |
setTaskFrom(String TaskFrom)
Set Parent Task ID
|
void |
setTaskTo(String TaskTo)
Set Subtask ID
|
void |
setWorkflowId(String WorkflowId)
Set Subtask Workflow
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyTaskLinksDsRequest()
public ModifyTaskLinksDsRequest(ModifyTaskLinksDsRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic String getTaskFrom()
public void setTaskFrom(String TaskFrom)
TaskFrom
- Parent Task IDpublic String getTaskTo()
public void setTaskTo(String TaskTo)
TaskTo
- Subtask IDpublic String getWorkflowId()
public void setWorkflowId(String WorkflowId)
WorkflowId
- Subtask Workflowpublic String getRealFromWorkflowId()
public void setRealFromWorkflowId(String RealFromWorkflowId)
RealFromWorkflowId
- Parent task Workflowpublic String getRequestFromSource()
public void setRequestFromSource(String RequestFromSource)
RequestFromSource
- Request source, WEB frontend; CLIENT CLIENT.public String getLinkDependencyType()
public void setLinkDependencyType(String LinkDependencyType)
LinkDependencyType
- Dependency relationship between parent and child tasks.
Enable all instances that normally depend on the parent task.
normal_all(1),
normal dependent on parent task first one.
Specifies the normal dependent on parent task, which is the last one (3).
Valid values: normal, any one of dependent on parent tasks (4).
normal dependent on parent task a specified one.
self-Dependency, cannot use.
Invalid dependent parent task for all instances. enable (forward dependency for tomorrow).
non_normal_all_forward(11),
non-normal dependent on parent task. first one forward (12).
non-normal dependent on parent task, last one.
Not normal, dependent on parent task, any one.
Specifies a non-normal task that depends on the parent task and designates one.
Specifies that all instances dependent on a non-normal parent task are enabled (backward dependency on yesterday).
non_normal_all_backward(21),
non-normal dependent on parent task. first one backward (22).
Not normal dependent on parent task last one backward.
non-normal dependent on parent task, any one.
Specifies a non-normal task that depends on the parent task.public String getLinkExt()
public void setLinkExt(String LinkExt)
LinkExt
- Additional attribute information such as branch node and merge node information.Copyright © 2025. All rights reserved.