public class TaskGroup extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
TaskGroup()  | 
TaskGroup(TaskGroup 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 | 
getObjectTypeId()
Get Object type ID 
 | 
TaskGroupAction[] | 
getTaskGroupActions()
Get List of actions in the group 
 | 
String | 
getTaskGroupCreateTime()
Get Task group creation time 
 | 
String | 
getTaskGroupDescription()
Get Group description
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String[] | 
getTaskGroupDiscardInstanceList()
Get List of instances not involved in the experiment 
 | 
Long | 
getTaskGroupId()
Get Task action ID 
 | 
String[] | 
getTaskGroupInstanceList()
Get Instance list 
 | 
TaskGroupInstancesExecuteRules[] | 
getTaskGroupInstancesExecuteRule()
Get Machine selection rule
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getTaskGroupMode()
Get Execution mode. 
 | 
Long | 
getTaskGroupOrder()
Get Task group order 
 | 
String[] | 
getTaskGroupSelectedInstanceList()
Get List of instances involved in the experiment
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getTaskGroupTitle()
Get Group name 
 | 
String | 
getTaskGroupUpdateTime()
Get Task group update time 
 | 
void | 
setObjectTypeId(Long ObjectTypeId)
Set Object type ID 
 | 
void | 
setTaskGroupActions(TaskGroupAction[] TaskGroupActions)
Set List of actions in the group 
 | 
void | 
setTaskGroupCreateTime(String TaskGroupCreateTime)
Set Task group creation time 
 | 
void | 
setTaskGroupDescription(String TaskGroupDescription)
Set Group description
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTaskGroupDiscardInstanceList(String[] TaskGroupDiscardInstanceList)
Set List of instances not involved in the experiment 
 | 
void | 
setTaskGroupId(Long TaskGroupId)
Set Task action ID 
 | 
void | 
setTaskGroupInstanceList(String[] TaskGroupInstanceList)
Set Instance list 
 | 
void | 
setTaskGroupInstancesExecuteRule(TaskGroupInstancesExecuteRules[] TaskGroupInstancesExecuteRule)
Set Machine selection rule
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTaskGroupMode(Long TaskGroupMode)
Set Execution mode. 
 | 
void | 
setTaskGroupOrder(Long TaskGroupOrder)
Set Task group order 
 | 
void | 
setTaskGroupSelectedInstanceList(String[] TaskGroupSelectedInstanceList)
Set List of instances involved in the experiment
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTaskGroupTitle(String TaskGroupTitle)
Set Group name 
 | 
void | 
setTaskGroupUpdateTime(String TaskGroupUpdateTime)
Set Task group update time 
 | 
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 TaskGroup()
public TaskGroup(TaskGroup source)
public Long getTaskGroupId()
public void setTaskGroupId(Long TaskGroupId)
TaskGroupId - Task action IDpublic String getTaskGroupTitle()
public void setTaskGroupTitle(String TaskGroupTitle)
TaskGroupTitle - Group namepublic String getTaskGroupDescription()
public void setTaskGroupDescription(String TaskGroupDescription)
TaskGroupDescription - Group description
Note: This field may return null, indicating that no valid values can be obtained.public Long getTaskGroupOrder()
public void setTaskGroupOrder(Long TaskGroupOrder)
TaskGroupOrder - Task group orderpublic Long getObjectTypeId()
public void setObjectTypeId(Long ObjectTypeId)
ObjectTypeId - Object type IDpublic String getTaskGroupCreateTime()
public void setTaskGroupCreateTime(String TaskGroupCreateTime)
TaskGroupCreateTime - Task group creation timepublic String getTaskGroupUpdateTime()
public void setTaskGroupUpdateTime(String TaskGroupUpdateTime)
TaskGroupUpdateTime - Task group update timepublic TaskGroupAction[] getTaskGroupActions()
public void setTaskGroupActions(TaskGroupAction[] TaskGroupActions)
TaskGroupActions - List of actions in the grouppublic String[] getTaskGroupInstanceList()
public void setTaskGroupInstanceList(String[] TaskGroupInstanceList)
TaskGroupInstanceList - Instance listpublic Long getTaskGroupMode()
public void setTaskGroupMode(Long TaskGroupMode)
TaskGroupMode - Execution mode. 1: sequential execution; 2: execution by stage.public String[] getTaskGroupDiscardInstanceList()
public void setTaskGroupDiscardInstanceList(String[] TaskGroupDiscardInstanceList)
TaskGroupDiscardInstanceList - List of instances not involved in the experimentpublic String[] getTaskGroupSelectedInstanceList()
public void setTaskGroupSelectedInstanceList(String[] TaskGroupSelectedInstanceList)
TaskGroupSelectedInstanceList - List of instances involved in the experiment
Note: This field may return null, indicating that no valid values can be obtained.public TaskGroupInstancesExecuteRules[] getTaskGroupInstancesExecuteRule()
public void setTaskGroupInstancesExecuteRule(TaskGroupInstancesExecuteRules[] TaskGroupInstancesExecuteRule)
TaskGroupInstancesExecuteRule - Machine selection rule
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.