com.axibase.tsd.model.data.command
Class GetAlertQuery

java.lang.Object
  extended by com.axibase.tsd.model.data.command.GetAlertQuery

public class GetAlertQuery
extends Object

Author:
Nikolay Malevanny.

Constructor Summary
GetAlertQuery()
           
GetAlertQuery(List<String> metricNames, List<String> entityNames, List<String> ruleNames, List<Integer> severityIds, Integer minSeverityId, TimeFormat timeFormat)
           
 
Method Summary
 List<String> getEntityNames()
           
 List<String> getMetricNames()
           
 Integer getMinSeverityId()
           
 List<String> getRuleNames()
           
 List<Integer> getSeverityIds()
           
 TimeFormat getTimeFormat()
           
 void setEntityNames(List<String> entityNames)
           
 void setMetricNames(List<String> metricNames)
           
 void setMinSeverityId(Integer minSeverityId)
           
 void setRuleNames(List<String> ruleNames)
           
 void setSeverityIds(List<Integer> severityIds)
           
 void setTimeFormat(TimeFormat timeFormat)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetAlertQuery

public GetAlertQuery()

GetAlertQuery

public GetAlertQuery(List<String> metricNames,
                     List<String> entityNames,
                     List<String> ruleNames,
                     List<Integer> severityIds,
                     Integer minSeverityId,
                     TimeFormat timeFormat)
Method Detail

getMetricNames

public List<String> getMetricNames()

getEntityNames

public List<String> getEntityNames()

getRuleNames

public List<String> getRuleNames()

getSeverityIds

public List<Integer> getSeverityIds()

getMinSeverityId

public Integer getMinSeverityId()

getTimeFormat

public TimeFormat getTimeFormat()

setMetricNames

public void setMetricNames(List<String> metricNames)

setEntityNames

public void setEntityNames(List<String> entityNames)

setRuleNames

public void setRuleNames(List<String> ruleNames)

setSeverityIds

public void setSeverityIds(List<Integer> severityIds)

setMinSeverityId

public void setMinSeverityId(Integer minSeverityId)

setTimeFormat

public void setTimeFormat(TimeFormat timeFormat)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.