public class DescribeIntegrationNodeRequest extends AbstractModel
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 节点id
|
String |
getProjectId()
Get 项目id
|
Long |
getTaskType()
Get 任务类型
|
void |
setId(String Id)
Set 节点id
|
void |
setProjectId(String ProjectId)
Set 项目id
|
void |
setTaskType(Long TaskType)
Set 任务类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeIntegrationNodeRequest()
public DescribeIntegrationNodeRequest(DescribeIntegrationNodeRequest source)
public String getId()
public void setId(String Id)
Id
- 节点idpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目idpublic Long getTaskType()
public void setTaskType(Long TaskType)
TaskType
- 任务类型Copyright © 2023. All rights reserved.