public class DescribeDependOpsTasksRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeDependOpsTasksRequest()  | 
DescribeDependOpsTasksRequest(DescribeDependOpsTasksRequest 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 | 
|---|---|
Long | 
getDeep()
Get Upstream/Downstream Levels 1-6 
 | 
String | 
getProjectId()
Get Project ID 
 | 
String | 
getTaskId()
Get Task ID 
 | 
Long | 
getUp()
Get 1: Indicates querying upstream nodes; 0: Indicates querying downstream nodes; 2: Indicates querying both upstream and downstream nodes 
 | 
String | 
getWorkflowId()
Get Task Workflow ID 
 | 
void | 
setDeep(Long Deep)
Set Upstream/Downstream Levels 1-6 
 | 
void | 
setProjectId(String ProjectId)
Set Project ID 
 | 
void | 
setTaskId(String TaskId)
Set Task ID 
 | 
void | 
setUp(Long Up)
Set 1: Indicates querying upstream nodes; 0: Indicates querying downstream nodes; 2: Indicates querying both upstream and downstream nodes 
 | 
void | 
setWorkflowId(String WorkflowId)
Set Task Workflow ID 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeDependOpsTasksRequest()
public DescribeDependOpsTasksRequest(DescribeDependOpsTasksRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Task IDpublic Long getDeep()
public void setDeep(Long Deep)
Deep - Upstream/Downstream Levels 1-6public Long getUp()
public void setUp(Long Up)
Up - 1: Indicates querying upstream nodes; 0: Indicates querying downstream nodes; 2: Indicates querying both upstream and downstream nodespublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDpublic String getWorkflowId()
public void setWorkflowId(String WorkflowId)
WorkflowId - Task Workflow IDCopyright © 2025. All rights reserved.