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 最佳实践案例的链接地址 | 
| String | getActionCommand()Get 操作命令 | 
| Long | getActionCommandType()Get 动作类型(0 -- tat   1 -- 云API) | 
| String | getActionContent()Get 自定义动作的参数,json string | 
| String | getActionDetail()Get 动作描述 | 
| Long | getActionId()Get 动作ID | 
| String | getActionName()Get 动作名称 | 
| String | getActionType()Get 动作类型。范围:["平台","自定义"] | 
| Long | getAttributeId()Get 动作属性( 1:故障  2:恢复) | 
| String | getCreateTime()Get 创建时间 | 
| String | getCreator()Get 创建人 | 
| String | getDesc()Get 动作描述 | 
| Boolean | getIsAllowed()Get 是否允许当前账号使用 | 
| Boolean | getIsNewAction()Get 是否是新动作 | 
| Long[] | getMetricIdList()Get 监控指标ID列表 | 
| String | getObjectType()Get 对象类型 | 
| Long | getObjectTypeId()Get 对象类型ID | 
| Long | getRelationActionId()Get 关联的动作ID | 
| String | getResourceType()Get 二级分类 | 
| String | getRiskDesc()Get 动作风险描述 | 
| String | getUpdateTime()Get 更新时间 | 
| void | setActionBestCase(String ActionBestCase)Set 最佳实践案例的链接地址 | 
| void | setActionCommand(String ActionCommand)Set 操作命令 | 
| void | setActionCommandType(Long ActionCommandType)Set 动作类型(0 -- tat   1 -- 云API) | 
| void | setActionContent(String ActionContent)Set 自定义动作的参数,json string | 
| void | setActionDetail(String ActionDetail)Set 动作描述 | 
| void | setActionId(Long ActionId)Set 动作ID | 
| void | setActionName(String ActionName)Set 动作名称 | 
| void | setActionType(String ActionType)Set 动作类型。范围:["平台","自定义"] | 
| void | setAttributeId(Long AttributeId)Set 动作属性( 1:故障  2:恢复) | 
| void | setCreateTime(String CreateTime)Set 创建时间 | 
| void | setCreator(String Creator)Set 创建人 | 
| void | setDesc(String Desc)Set 动作描述 | 
| void | setIsAllowed(Boolean IsAllowed)Set 是否允许当前账号使用 | 
| void | setIsNewAction(Boolean IsNewAction)Set 是否是新动作 | 
| void | setMetricIdList(Long[] MetricIdList)Set 监控指标ID列表 | 
| void | setObjectType(String ObjectType)Set 对象类型 | 
| void | setObjectTypeId(Long ObjectTypeId)Set 对象类型ID | 
| void | setRelationActionId(Long RelationActionId)Set 关联的动作ID | 
| void | setResourceType(String ResourceType)Set 二级分类 | 
| void | setRiskDesc(String RiskDesc)Set 动作风险描述 | 
| void | setUpdateTime(String UpdateTime)Set 更新时间 | 
| 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 ActionLibraryListResult()
public ActionLibraryListResult(ActionLibraryListResult source)
public String getActionName()
public void setActionName(String ActionName)
ActionName - 动作名称public String getDesc()
public void setDesc(String Desc)
Desc - 动作描述public String getActionType()
public void setActionType(String ActionType)
ActionType - 动作类型。范围:["平台","自定义"]public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间public String getCreator()
public void setCreator(String Creator)
Creator - 创建人public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 更新时间public String getRiskDesc()
public void setRiskDesc(String RiskDesc)
RiskDesc - 动作风险描述public Long getActionId()
public void setActionId(Long ActionId)
ActionId - 动作IDpublic Long getAttributeId()
public void setAttributeId(Long AttributeId)
AttributeId - 动作属性( 1:故障  2:恢复)public Long getRelationActionId()
public void setRelationActionId(Long RelationActionId)
RelationActionId - 关联的动作IDpublic String getActionCommand()
public void setActionCommand(String ActionCommand)
ActionCommand - 操作命令public Long getActionCommandType()
public void setActionCommandType(Long ActionCommandType)
ActionCommandType - 动作类型(0 -- tat   1 -- 云API)public String getActionContent()
public void setActionContent(String ActionContent)
ActionContent - 自定义动作的参数,json stringpublic String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - 二级分类public String getActionDetail()
public void setActionDetail(String ActionDetail)
ActionDetail - 动作描述public Boolean getIsAllowed()
public void setIsAllowed(Boolean IsAllowed)
IsAllowed - 是否允许当前账号使用public String getActionBestCase()
public void setActionBestCase(String ActionBestCase)
ActionBestCase - 最佳实践案例的链接地址public String getObjectType()
public void setObjectType(String ObjectType)
ObjectType - 对象类型public Long[] getMetricIdList()
public void setMetricIdList(Long[] MetricIdList)
MetricIdList - 监控指标ID列表public Boolean getIsNewAction()
public void setIsNewAction(Boolean IsNewAction)
IsNewAction - 是否是新动作public Long getObjectTypeId()
public void setObjectTypeId(Long ObjectTypeId)
ObjectTypeId - 对象类型IDCopyright © 2025. All rights reserved.