public class AlertHistoryNotice extends AbstractModel
Constructor and Description |
---|
AlertHistoryNotice() |
AlertHistoryNotice(AlertHistoryNotice 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 |
getAlarmNoticeId()
Get Notification group ID
|
String |
getName()
Get Notification group name
|
void |
setAlarmNoticeId(String AlarmNoticeId)
Set Notification group ID
|
void |
setName(String Name)
Set Notification group name
|
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 AlertHistoryNotice()
public AlertHistoryNotice(AlertHistoryNotice source)
public String getName()
public void setName(String Name)
Name
- Notification group namepublic String getAlarmNoticeId()
public void setAlarmNoticeId(String AlarmNoticeId)
AlarmNoticeId
- Notification group IDCopyright © 2023. All rights reserved.