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