public class TemplateGroup extends AbstractModel
header, skipSign
Constructor and Description |
---|
TemplateGroup() |
TemplateGroup(TemplateGroup 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 |
getCreateTime()
Get Group creation time
|
String |
getDescription()
Get Group description
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getMode()
Get Execution mode.
|
Long |
getObjectTypeId()
Get Object type ID
|
Long |
getOrder()
Get Group order
|
TemplateGroupAction[] |
getTemplateGroupActions()
Get List of actions in the template library action group
|
Long |
getTemplateGroupId()
Get Template library action ID
|
String |
getTitle()
Get Group name
|
String |
getUpdateTime()
Get Group update time
|
void |
setCreateTime(String CreateTime)
Set Group creation time
|
void |
setDescription(String Description)
Set Group description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMode(Long Mode)
Set Execution mode.
|
void |
setObjectTypeId(Long ObjectTypeId)
Set Object type ID
|
void |
setOrder(Long Order)
Set Group order
|
void |
setTemplateGroupActions(TemplateGroupAction[] TemplateGroupActions)
Set List of actions in the template library action group
|
void |
setTemplateGroupId(Long TemplateGroupId)
Set Template library action ID
|
void |
setTitle(String Title)
Set Group name
|
void |
setUpdateTime(String UpdateTime)
Set 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TemplateGroup()
public TemplateGroup(TemplateGroup source)
public Long getTemplateGroupId()
public void setTemplateGroupId(Long TemplateGroupId)
TemplateGroupId
- Template library action IDpublic TemplateGroupAction[] getTemplateGroupActions()
public void setTemplateGroupActions(TemplateGroupAction[] TemplateGroupActions)
TemplateGroupActions
- List of actions in the template library action grouppublic String getTitle()
public void setTitle(String Title)
Title
- Group namepublic String getDescription()
public void setDescription(String Description)
Description
- Group description
Note: This field may return null, indicating that no valid values can be obtained.public Long getOrder()
public void setOrder(Long Order)
Order
- Group orderpublic Long getMode()
public void setMode(Long Mode)
Mode
- Execution mode. 1: sequential execution; 2: execution by stage.public Long getObjectTypeId()
public void setObjectTypeId(Long ObjectTypeId)
ObjectTypeId
- Object type IDpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Group creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Group update timeCopyright © 2024. All rights reserved.