public class AggregateV4
extends Object
implements Serializable
| Constructor and Description |
|---|
AggregateV4() |
| Modifier and Type | Method and Description |
|---|---|
AggregateV4 |
average(Double average) |
AggregateV4 |
countbad(Integer countbad) |
AggregateV4 |
countgood(Integer countgood) |
AggregateV4 |
countuncertain(Integer countuncertain) |
boolean |
equals(Object o) |
AggregateV4 |
firsttime(String firsttime) |
AggregateV4 |
firstvalue(Double firstvalue) |
Double |
getAverage()
Average of the values within the interval.
|
Integer |
getCountbad()
Number of bad records in the aggregated interval.
|
Integer |
getCountgood()
Number of good records in the aggregated interval.
|
Integer |
getCountuncertain()
Number of uncertain records in the aggregated interval.
|
String |
getFirsttime()
Timestamp of the first value within the interval.
|
Double |
getFirstvalue()
First value within the interval.
|
String |
getLasttime()
Timestamp of the last measurement within the interval.
|
Double |
getLastvalue()
Last value within the interval.
|
String |
getMaxtime()
Timestamp of the maximum value within the interval.
|
Double |
getMaxvalue()
Maximum value within the interval.
|
String |
getMintime()
Timestamp of the minimum value within the interval.
|
Double |
getMinvalue()
Minimum value within the interval.
|
Double |
getSd() |
Double |
getSum()
Sum of the values within the interval.
|
int |
hashCode() |
AggregateV4 |
lasttime(String lasttime) |
AggregateV4 |
lastvalue(Double lastvalue) |
AggregateV4 |
maxtime(String maxtime) |
AggregateV4 |
maxvalue(Double maxvalue) |
AggregateV4 |
mintime(String mintime) |
AggregateV4 |
minvalue(Double minvalue) |
AggregateV4 |
sd(Double sd) |
void |
setAverage(Double average) |
void |
setCountbad(Integer countbad) |
void |
setCountgood(Integer countgood) |
void |
setCountuncertain(Integer countuncertain) |
void |
setFirsttime(String firsttime) |
void |
setFirstvalue(Double firstvalue) |
void |
setLasttime(String lasttime) |
void |
setLastvalue(Double lastvalue) |
void |
setMaxtime(String maxtime) |
void |
setMaxvalue(Double maxvalue) |
void |
setMintime(String mintime) |
void |
setMinvalue(Double minvalue) |
void |
setSd(Double sd) |
void |
setSum(Double sum) |
AggregateV4 |
sum(Double sum) |
String |
toString() |
public AggregateV4 sd(Double sd)
public Double getSd()
public void setSd(Double sd)
public AggregateV4 countgood(Integer countgood)
public Integer getCountgood()
public void setCountgood(Integer countgood)
public AggregateV4 countuncertain(Integer countuncertain)
public Integer getCountuncertain()
public void setCountuncertain(Integer countuncertain)
public AggregateV4 countbad(Integer countbad)
public Integer getCountbad()
public void setCountbad(Integer countbad)
public AggregateV4 sum(Double sum)
public Double getSum()
public void setSum(Double sum)
public AggregateV4 average(Double average)
public Double getAverage()
public void setAverage(Double average)
public AggregateV4 mintime(String mintime)
public String getMintime()
public void setMintime(String mintime)
public AggregateV4 minvalue(Double minvalue)
public Double getMinvalue()
public void setMinvalue(Double minvalue)
public AggregateV4 maxtime(String maxtime)
public String getMaxtime()
public void setMaxtime(String maxtime)
public AggregateV4 maxvalue(Double maxvalue)
public Double getMaxvalue()
public void setMaxvalue(Double maxvalue)
public AggregateV4 firsttime(String firsttime)
public String getFirsttime()
public void setFirsttime(String firsttime)
public AggregateV4 firstvalue(Double firstvalue)
public Double getFirstvalue()
public void setFirstvalue(Double firstvalue)
public AggregateV4 lasttime(String lasttime)
public String getLasttime()
public void setLasttime(String lasttime)
public AggregateV4 lastvalue(Double lastvalue)
public Double getLastvalue()
public void setLastvalue(Double lastvalue)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object