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 Configuration information in JSON format, such as {"Key1":"Value1","Key2":"Value2"}
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getType()
Get Triggered task type.
|
void |
setTaskConfig(String TaskConfig)
Set Configuration information in JSON format, such as {"Key1":"Value1","Key2":"Value2"}
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setType(String Type)
Set Triggered task type.
|
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
- Triggered task type. Valid value: AS (auto scaling)
Note: this field may return null, indicating that no valid values can be obtained.public String getTaskConfig()
public void setTaskConfig(String TaskConfig)
TaskConfig
- Configuration information in JSON format, such as {"Key1":"Value1","Key2":"Value2"}
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.