public class AlertConditionRest extends Object
| Constructor and Description |
|---|
AlertConditionRest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getComparator() |
int |
getId() |
int |
getMeasurementDefinition() |
String |
getName() |
String |
getOption() |
Double |
getThreshold() |
Integer |
getTriggerId() |
void |
setCategory(String category) |
void |
setComparator(String comparator) |
void |
setId(int id) |
void |
setMeasurementDefinition(int measurementDefinition) |
void |
setName(String name) |
void |
setOption(String option) |
void |
setThreshold(Double threshold) |
void |
setTriggerId(Integer triggerId) |
public String getName()
public void setName(String name)
public String getCategory()
public void setCategory(String category)
public void setId(int id)
public int getId()
public Double getThreshold()
public void setThreshold(Double threshold)
public String getOption()
public void setOption(String option)
public Integer getTriggerId()
public void setTriggerId(Integer triggerId)
public String getComparator()
public void setComparator(String comparator)
public int getMeasurementDefinition()
public void setMeasurementDefinition(int measurementDefinition)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.