com.axibase.tsd.model.data.command
Class GetAlertQuery
java.lang.Object
com.axibase.tsd.model.data.command.GetAlertQuery
public class GetAlertQuery
- extends Object
- Author:
- Nikolay Malevanny.
GetAlertQuery
public GetAlertQuery()
GetAlertQuery
public GetAlertQuery(List<String> metricNames,
List<String> entityNames,
List<String> ruleNames,
List<Integer> severityIds,
Integer minSeverityId,
TimeFormat timeFormat)
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.