public class AlarmPolicyTriggerTask extends AbstractModel
Constructor and Description |
---|
AlarmPolicyTriggerTask() |
AlarmPolicyTriggerTask(AlarmPolicyTriggerTask 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 |
getTaskConfig()
Get 用 json 表示配置信息 {"Key1":"Value1","Key2":"Value2"}
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 触发任务类型 AS=弹性伸缩
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTaskConfig(String TaskConfig)
Set 用 json 表示配置信息 {"Key1":"Value1","Key2":"Value2"}
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 触发任务类型 AS=弹性伸缩
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AlarmPolicyTriggerTask()
public AlarmPolicyTriggerTask(AlarmPolicyTriggerTask source)
public String getType()
public void setType(String Type)
Type
- 触发任务类型 AS=弹性伸缩
注意:此字段可能返回 null,表示取不到有效值。public String getTaskConfig()
public void setTaskConfig(String TaskConfig)
TaskConfig
- 用 json 表示配置信息 {"Key1":"Value1","Key2":"Value2"}
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.