public class AggregateSimpleNumericMetric extends Object
Constructor and Description |
---|
AggregateSimpleNumericMetric() |
AggregateSimpleNumericMetric(int scheduleId,
Double value,
AggregateType type) |
Modifier and Type | Method and Description |
---|---|
int |
getScheduleId() |
AggregateType |
getType() |
Double |
getValue() |
void |
setScheduleId(int scheduleId) |
void |
setType(AggregateType type) |
void |
setValue(Double value) |
public AggregateSimpleNumericMetric()
public AggregateSimpleNumericMetric(int scheduleId, Double value, AggregateType type)
value
- type
- public Double getValue()
public void setValue(Double value)
value
- the value to setpublic AggregateType getType()
public void setType(AggregateType type)
type
- the type to setpublic int getScheduleId()
public void setScheduleId(int scheduleId)
scheduleId
- the scheduleId to setCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.