public class DescribeIntegrationNodeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeIntegrationNodeRequest() | 
| DescribeIntegrationNodeRequest(DescribeIntegrationNodeRequest 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 | getId()Get Node ID | 
| String | getProjectId()Get Project ID | 
| Long | getTaskType()Get Task Type, 201 for Real-time Task, 202 for Offline Task | 
| void | setId(String Id)Set Node ID | 
| void | setProjectId(String ProjectId)Set Project ID | 
| void | setTaskType(Long TaskType)Set Task Type, 201 for Real-time Task, 202 for Offline Task | 
| 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, toJsonStringpublic DescribeIntegrationNodeRequest()
public DescribeIntegrationNodeRequest(DescribeIntegrationNodeRequest source)
public String getId()
public void setId(String Id)
Id - Node IDpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDpublic Long getTaskType()
public void setTaskType(Long TaskType)
TaskType - Task Type, 201 for Real-time Task, 202 for Offline TaskCopyright © 2024. All rights reserved.