public class DescribeRealTimeTaskInstanceNodeInfoRequest extends AbstractModel
Constructor and Description |
---|
DescribeRealTimeTaskInstanceNodeInfoRequest() |
DescribeRealTimeTaskInstanceNodeInfoRequest(DescribeRealTimeTaskInstanceNodeInfoRequest 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 |
getProjectId()
Get 工程id
|
String |
getTaskId()
Get 实时任务id
|
void |
setProjectId(String ProjectId)
Set 工程id
|
void |
setTaskId(String TaskId)
Set 实时任务id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeRealTimeTaskInstanceNodeInfoRequest()
public DescribeRealTimeTaskInstanceNodeInfoRequest(DescribeRealTimeTaskInstanceNodeInfoRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 实时任务idpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 工程idCopyright © 2022. All rights reserved.