public class ActionLibraryListResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
ActionLibraryListResult() |
ActionLibraryListResult(ActionLibraryListResult 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 |
getActionBestCase()
Get Link to best practices
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getActionCommand()
Get Operation command
|
Long |
getActionCommandType()
Get Action type (0: tat; 1: cloud API)
|
String |
getActionContent()
Get Parameters of the custom action, in JSON string format
|
String |
getActionDetail()
Get Action description
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getActionId()
Get Action ID
|
String |
getActionName()
Get Action name
|
String |
getActionType()
Get Action type: ["platform" and "custom"]
|
Long |
getAttributeId()
Get Action attribute (1: fault; 2: recovery)
|
String |
getCreateTime()
Get Creation time
|
String |
getCreator()
Get Creator
|
String |
getDesc()
Get Action description
|
Boolean |
getIsAllowed()
Get Whether to allow usage by the current account
Note: This field may return null, indicating that no valid values can be obtained.
|
Boolean |
getIsNewAction()
Get Whether the action is new
Note: This field may return null, indicating that no valid values can be obtained.
|
Long[] |
getMetricIdList()
Get Monitoring metric ID list
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getObjectType()
Get Object type
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getRelationActionId()
Get ID of the associated action
|
String |
getResourceType()
Get Level-2 type
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRiskDesc()
Get Action risk description
|
String |
getUpdateTime()
Get Update time
|
void |
setActionBestCase(String ActionBestCase)
Set Link to best practices
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setActionCommand(String ActionCommand)
Set Operation command
|
void |
setActionCommandType(Long ActionCommandType)
Set Action type (0: tat; 1: cloud API)
|
void |
setActionContent(String ActionContent)
Set Parameters of the custom action, in JSON string format
|
void |
setActionDetail(String ActionDetail)
Set Action description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setActionId(Long ActionId)
Set Action ID
|
void |
setActionName(String ActionName)
Set Action name
|
void |
setActionType(String ActionType)
Set Action type: ["platform" and "custom"]
|
void |
setAttributeId(Long AttributeId)
Set Action attribute (1: fault; 2: recovery)
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setCreator(String Creator)
Set Creator
|
void |
setDesc(String Desc)
Set Action description
|
void |
setIsAllowed(Boolean IsAllowed)
Set Whether to allow usage by the current account
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIsNewAction(Boolean IsNewAction)
Set Whether the action is new
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMetricIdList(Long[] MetricIdList)
Set Monitoring metric ID list
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setObjectType(String ObjectType)
Set Object type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRelationActionId(Long RelationActionId)
Set ID of the associated action
|
void |
setResourceType(String ResourceType)
Set Level-2 type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRiskDesc(String RiskDesc)
Set Action risk description
|
void |
setUpdateTime(String UpdateTime)
Set 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 ActionLibraryListResult()
public ActionLibraryListResult(ActionLibraryListResult source)
public String getActionName()
public void setActionName(String ActionName)
ActionName
- Action namepublic String getDesc()
public void setDesc(String Desc)
Desc
- Action descriptionpublic String getActionType()
public void setActionType(String ActionType)
ActionType
- Action type: ["platform" and "custom"]public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getCreator()
public void setCreator(String Creator)
Creator
- Creatorpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update timepublic String getRiskDesc()
public void setRiskDesc(String RiskDesc)
RiskDesc
- Action risk descriptionpublic Long getActionId()
public void setActionId(Long ActionId)
ActionId
- Action IDpublic Long getAttributeId()
public void setAttributeId(Long AttributeId)
AttributeId
- Action attribute (1: fault; 2: recovery)public Long getRelationActionId()
public void setRelationActionId(Long RelationActionId)
RelationActionId
- ID of the associated actionpublic String getActionCommand()
public void setActionCommand(String ActionCommand)
ActionCommand
- Operation commandpublic Long getActionCommandType()
public void setActionCommandType(Long ActionCommandType)
ActionCommandType
- Action type (0: tat; 1: cloud API)public String getActionContent()
public void setActionContent(String ActionContent)
ActionContent
- Parameters of the custom action, in JSON string formatpublic String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- Level-2 type
Note: This field may return null, indicating that no valid values can be obtained.public String getActionDetail()
public void setActionDetail(String ActionDetail)
ActionDetail
- Action description
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsAllowed()
public void setIsAllowed(Boolean IsAllowed)
IsAllowed
- Whether to allow usage by the current account
Note: This field may return null, indicating that no valid values can be obtained.public String getActionBestCase()
public void setActionBestCase(String ActionBestCase)
ActionBestCase
- Link to best practices
Note: This field may return null, indicating that no valid values can be obtained.public String getObjectType()
public void setObjectType(String ObjectType)
ObjectType
- Object type
Note: This field may return null, indicating that no valid values can be obtained.public Long[] getMetricIdList()
public void setMetricIdList(Long[] MetricIdList)
MetricIdList
- Monitoring metric ID list
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsNewAction()
public void setIsNewAction(Boolean IsNewAction)
IsNewAction
- Whether the action is new
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.