public class AlarmEvent extends AbstractModel
| Constructor and Description | 
|---|
| AlarmEvent() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Get Event display name | 
| String | getEventName()Get Event name | 
| String | getNamespace()Get Alarm policy type | 
| void | setDescription(String Description)Set Event display name | 
| void | setEventName(String EventName)Set Event name | 
| void | setNamespace(String Namespace)Set Alarm policy 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, toJsonStringpublic String getEventName()
public void setEventName(String EventName)
EventName - Event namepublic String getDescription()
public void setDescription(String Description)
Description - Event display namepublic String getNamespace()
public void setNamespace(String Namespace)
Namespace - Alarm policy typeCopyright © 2021. All rights reserved.