public static class ListPrometheusAlertRulesResponse.PrometheusAlertRule extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListPrometheusAlertRulesResponse.PrometheusAlertRule.Annotation |
static class |
ListPrometheusAlertRulesResponse.PrometheusAlertRule.Label |
static class |
ListPrometheusAlertRulesResponse.PrometheusAlertRule.TagsItem |
| 构造器和说明 |
|---|
PrometheusAlertRule() |
public Integer getStatus()
public void setStatus(Integer status)
public String getType()
public void setType(String type)
public String getNotifyType()
public void setNotifyType(String notifyType)
public String getExpression()
public void setExpression(String expression)
public String getMessage()
public void setMessage(String message)
public String getDuration()
public void setDuration(String duration)
public Long getDispatchRuleId()
public void setDispatchRuleId(Long dispatchRuleId)
public String getAlertName()
public void setAlertName(String alertName)
public Long getAlertId()
public void setAlertId(Long alertId)
public String getClusterId()
public void setClusterId(String clusterId)
public List<ListPrometheusAlertRulesResponse.PrometheusAlertRule.Label> getLabels()
public void setLabels(List<ListPrometheusAlertRulesResponse.PrometheusAlertRule.Label> labels)
public List<ListPrometheusAlertRulesResponse.PrometheusAlertRule.Annotation> getAnnotations()
public void setAnnotations(List<ListPrometheusAlertRulesResponse.PrometheusAlertRule.Annotation> annotations)
public List<ListPrometheusAlertRulesResponse.PrometheusAlertRule.TagsItem> getTags()
public void setTags(List<ListPrometheusAlertRulesResponse.PrometheusAlertRule.TagsItem> tags)
Copyright © 2024. All Rights Reserved.