public class AlarmEvent extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AlarmEvent()  | 
AlarmEvent(AlarmEvent 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 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AlarmEvent()
public AlarmEvent(AlarmEvent source)
public 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 © 2025. All rights reserved.