public class ModifyTaskLinksRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyTaskLinksRequest() |
ModifyTaskLinksRequest(ModifyTaskLinksRequest 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 |
getProjectId()
Get Project ID
|
String |
getRealFromWorkflowId()
Get Parent Task Workflow
|
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 |
setProjectId(String ProjectId)
Set Project ID
|
void |
setRealFromWorkflowId(String RealFromWorkflowId)
Set Parent Task Workflow
|
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 ModifyTaskLinksRequest()
public ModifyTaskLinksRequest(ModifyTaskLinksRequest 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 getLinkDependencyType()
public void setLinkDependencyType(String LinkDependencyType)
LinkDependencyType
- Dependency Relationship Between Parent and Child TasksCopyright © 2025. All rights reserved.