public class AlertRecordModel extends Object
| Constructor and Description |
|---|
AlertRecordModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlertRuleID() |
String |
getAlertRuleName() |
AlertContacts |
getContacts() |
String |
getDescription() |
String |
getDuration() |
Date |
getEndsAt() |
Object |
getLabels() |
Date |
getNotifiedAt() |
String |
getOp() |
String |
getPromql() |
String |
getRepeatInterval() |
String |
getResourceID() |
Date |
getStartsAt() |
String |
getStatus() |
int |
getThreshold() |
void |
setAlertRuleID(String alertRuleID) |
void |
setAlertRuleName(String alertRuleName) |
void |
setContacts(AlertContacts contacts) |
void |
setDescription(String description) |
void |
setDuration(String duration) |
void |
setEndsAt(Date endsAt) |
void |
setLabels(Object labels) |
void |
setNotifiedAt(Date notifiedAt) |
void |
setOp(String op) |
void |
setPromql(String promql) |
void |
setRepeatInterval(String repeatInterval) |
void |
setResourceID(String resourceID) |
void |
setStartsAt(Date startsAt) |
void |
setStatus(String status) |
void |
setThreshold(int threshold) |
public String getAlertRuleID()
public void setAlertRuleID(String alertRuleID)
public String getAlertRuleName()
public void setAlertRuleName(String alertRuleName)
public Date getStartsAt()
public void setStartsAt(Date startsAt)
public Date getEndsAt()
public void setEndsAt(Date endsAt)
public Date getNotifiedAt()
public void setNotifiedAt(Date notifiedAt)
public String getResourceID()
public void setResourceID(String resourceID)
public int getThreshold()
public void setThreshold(int threshold)
public String getStatus()
public void setStatus(String status)
public String getDuration()
public void setDuration(String duration)
public String getPromql()
public void setPromql(String promql)
public String getOp()
public void setOp(String op)
public String getRepeatInterval()
public void setRepeatInterval(String repeatInterval)
public AlertContacts getContacts()
public void setContacts(AlertContacts contacts)
public Object getLabels()
public void setLabels(Object labels)
public String getDescription()
public void setDescription(String description)
Copyright © 2024. All rights reserved.