类 AlertRecordModel


  • public class AlertRecordModel
    extends Object
    The model for alert record.
    • 构造器详细资料

      • AlertRecordModel

        public AlertRecordModel()
    • 方法详细资料

      • getAlertRuleID

        public String getAlertRuleID()
      • setAlertRuleID

        public void setAlertRuleID​(String alertRuleID)
      • getAlertRuleName

        public String getAlertRuleName()
      • setAlertRuleName

        public void setAlertRuleName​(String alertRuleName)
      • getStartsAt

        public Date getStartsAt()
      • setStartsAt

        public void setStartsAt​(Date startsAt)
      • getEndsAt

        public Date getEndsAt()
      • setEndsAt

        public void setEndsAt​(Date endsAt)
      • getNotifiedAt

        public Date getNotifiedAt()
      • setNotifiedAt

        public void setNotifiedAt​(Date notifiedAt)
      • getResourceID

        public String getResourceID()
      • setResourceID

        public void setResourceID​(String resourceID)
      • getThreshold

        public int getThreshold()
      • setThreshold

        public void setThreshold​(int threshold)
      • getStatus

        public String getStatus()
      • setStatus

        public void setStatus​(String status)
      • getDuration

        public String getDuration()
      • setDuration

        public void setDuration​(String duration)
      • getPromql

        public String getPromql()
      • setPromql

        public void setPromql​(String promql)
      • getOp

        public String getOp()
      • setOp

        public void setOp​(String op)
      • getRepeatInterval

        public String getRepeatInterval()
      • setRepeatInterval

        public void setRepeatInterval​(String repeatInterval)
      • setContacts

        public void setContacts​(AlertContacts contacts)
      • getLabels

        public Object getLabels()
      • setLabels

        public void setLabels​(Object labels)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)