public static class CeilometerAlarm.CeilometerQuery extends Object implements Alarm.ThresholdRule.Query
Constructor and Description |
---|
CeilometerQuery() |
Modifier and Type | Method and Description |
---|---|
String |
getField() |
Alarm.ThresholdRule.ComparisonOperator |
getOp() |
String |
getValue() |
void |
setField(String field) |
void |
setOp(Alarm.ThresholdRule.ComparisonOperator comparisonOperator) |
void |
setValue(String value) |
public String getField()
getField
in interface Alarm.ThresholdRule.Query
public String getValue()
getValue
in interface Alarm.ThresholdRule.Query
public Alarm.ThresholdRule.ComparisonOperator getOp()
getOp
in interface Alarm.ThresholdRule.Query
public void setField(String field)
setField
in interface Alarm.ThresholdRule.Query
public void setValue(String value)
setValue
in interface Alarm.ThresholdRule.Query
public void setOp(Alarm.ThresholdRule.ComparisonOperator comparisonOperator)
setOp
in interface Alarm.ThresholdRule.Query
Copyright © 2017. All rights reserved.