public class TemplateGroupAction extends AbstractModel
header, skipSign
Constructor and Description |
---|
TemplateGroupAction() |
TemplateGroupAction(TemplateGroupAction 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 |
getActionApiType()
Get Called API type.
|
Long |
getActionAttribute()
Get 1: fault; 2: recovery.
|
Long |
getActionId()
Get Action ID
|
String |
getActionRisk()
Get Action risk level.
|
String |
getActionTitle()
Get Action name
|
String |
getActionType()
Get Action type: platform and custom
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreateTime()
Get Action group creation time
|
String |
getCustomConfiguration()
Get Custom configurations of actions in the group
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getExecuteId()
Get Executed action ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getGeneralConfiguration()
Get General configurations of actions in the group
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getOrder()
Get Order of actions in the group
|
Long |
getRandomId()
Get Random ID
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getRecoverId()
Get Recovery action ID
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTemplateGroupActionId()
Get Template library group action ID
|
String |
getUpdateTime()
Get Action group update time
|
void |
setActionApiType(Long ActionApiType)
Set Called API type.
|
void |
setActionAttribute(Long ActionAttribute)
Set 1: fault; 2: recovery.
|
void |
setActionId(Long ActionId)
Set Action ID
|
void |
setActionRisk(String ActionRisk)
Set Action risk level.
|
void |
setActionTitle(String ActionTitle)
Set Action name
|
void |
setActionType(String ActionType)
Set Action type: platform and custom
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Action group creation time
|
void |
setCustomConfiguration(String CustomConfiguration)
Set Custom configurations of actions in the group
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExecuteId(Long ExecuteId)
Set Executed action ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setGeneralConfiguration(String GeneralConfiguration)
Set General configurations of actions in the group
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOrder(Long Order)
Set Order of actions in the group
|
void |
setRandomId(Long RandomId)
Set Random ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRecoverId(Long RecoverId)
Set Recovery action ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTemplateGroupActionId(Long TemplateGroupActionId)
Set Template library group action ID
|
void |
setUpdateTime(String UpdateTime)
Set Action 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 TemplateGroupAction()
public TemplateGroupAction(TemplateGroupAction source)
public Long getTemplateGroupActionId()
public void setTemplateGroupActionId(Long TemplateGroupActionId)
TemplateGroupActionId
- Template library group action IDpublic Long getActionId()
public void setActionId(Long ActionId)
ActionId
- Action IDpublic Long getOrder()
public void setOrder(Long Order)
Order
- Order of actions in the grouppublic String getGeneralConfiguration()
public void setGeneralConfiguration(String GeneralConfiguration)
GeneralConfiguration
- General configurations of actions in the group
Note: This field may return null, indicating that no valid values can be obtained.public String getCustomConfiguration()
public void setCustomConfiguration(String CustomConfiguration)
CustomConfiguration
- Custom configurations of actions in the group
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Action group creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Action group update timepublic String getActionTitle()
public void setActionTitle(String ActionTitle)
ActionTitle
- Action namepublic Long getRandomId()
public void setRandomId(Long RandomId)
RandomId
- Random ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getRecoverId()
public void setRecoverId(Long RecoverId)
RecoverId
- Recovery action ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getExecuteId()
public void setExecuteId(Long ExecuteId)
ExecuteId
- Executed action ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getActionApiType()
public void setActionApiType(Long ActionApiType)
ActionApiType
- Called API type. 0: tat; 1: cloud API.
Note: This field may return null, indicating that no valid values can be obtained.public Long getActionAttribute()
public void setActionAttribute(Long ActionAttribute)
ActionAttribute
- 1: fault; 2: recovery.
Note: This field may return null, indicating that no valid values can be obtained.public String getActionType()
public void setActionType(String ActionType)
ActionType
- Action type: platform and custom
Note: This field may return null, indicating that no valid values can be obtained.public String getActionRisk()
public void setActionRisk(String ActionRisk)
ActionRisk
- Action risk level. 1: low-risk; 2: medium-risk; 3: high-risk.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.