public class AccumulatedValueAO extends Object implements Serializable, net.anotheria.util.sorter.IComparable<AccumulatedValueAO>
| Constructor and Description |
|---|
AccumulatedValueAO(String aTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(String value) |
void |
addValues(List<String> someValues) |
int |
compareTo(net.anotheria.util.sorter.IComparable<? extends AccumulatedValueAO> iComparable,
int i) |
String |
getFirstValue() |
String |
getIsoTimestamp() |
String |
getJSONWithNumericTimestamp() |
String |
getJSONWithStringTimestamp() |
long |
getNumericTimestamp() |
String |
getTimestamp() |
void |
setIsoTimestamp(String isoTimestamp) |
void |
setNumericTimestamp(long numericTimestamp) |
void |
setTimestamp(String timestamp) |
String |
toString() |
public AccumulatedValueAO(String aTimestamp)
public void addValue(String value)
public String getTimestamp()
public void setTimestamp(String timestamp)
public String getJSONWithNumericTimestamp()
public String getJSONWithStringTimestamp()
public String getFirstValue()
public String getIsoTimestamp()
public void setIsoTimestamp(String isoTimestamp)
public long getNumericTimestamp()
public void setNumericTimestamp(long numericTimestamp)
public int compareTo(net.anotheria.util.sorter.IComparable<? extends AccumulatedValueAO> iComparable, int i)
compareTo in interface net.anotheria.util.sorter.IComparable<AccumulatedValueAO>Copyright © 2010-2015 anotheria.net. All Rights Reserved.