public class AlertData extends Object
| 构造器和说明 |
|---|
AlertData() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2021 The Apache Software Foundation. All rights reserved.