public class RealTimeTaskInstanceNodeInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RealTimeTaskInstanceNodeInfo() |
RealTimeTaskInstanceNodeInfo(RealTimeTaskInstanceNodeInfo 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 |
---|---|
InstanceNodeInfo[] |
getInstanceNodeInfoList()
Get Real-time Task Instance Node Information List
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTaskId()
Get Task ID
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTaskName()
Get Task Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setInstanceNodeInfoList(InstanceNodeInfo[] InstanceNodeInfoList)
Set Real-time Task Instance Node Information List
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTaskId(String TaskId)
Set Task ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTaskName(String TaskName)
Set Task Name
Note: This field may return null, indicating that no valid value can be obtained.
|
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 RealTimeTaskInstanceNodeInfo()
public RealTimeTaskInstanceNodeInfo(RealTimeTaskInstanceNodeInfo source)
public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- Task Name
Note: This field may return null, indicating that no valid value can be obtained.public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID
Note: This field may return null, indicating that no valid value can be obtained.public InstanceNodeInfo[] getInstanceNodeInfoList()
public void setInstanceNodeInfoList(InstanceNodeInfo[] InstanceNodeInfoList)
InstanceNodeInfoList
- Real-time Task Instance Node Information List
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.