public class AlertData extends Object
| Constructor and Description |
|---|
AlertData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAlertGroupId() |
String |
getContent() |
int |
getId() |
String |
getLog() |
String |
getReceivers() |
String |
getReceiversCc() |
String |
getShowType() |
String |
getTitle() |
AlertData |
setAlertGroupId(int alertGroupId) |
AlertData |
setContent(String content) |
AlertData |
setId(int id) |
AlertData |
setLog(String log) |
AlertData |
setReceivers(String receivers) |
AlertData |
setReceiversCc(String receiversCc) |
AlertData |
setShowType(String showType) |
AlertData |
setTitle(String title) |
public int getId()
public AlertData setId(int id)
public String getTitle()
public String getContent()
public String getLog()
public int getAlertGroupId()
public AlertData setAlertGroupId(int alertGroupId)
public String getReceivers()
public String getReceiversCc()
public String getShowType()
Copyright © 2020 The Apache Software Foundation. All rights reserved.