public class AccumulatedValueAO extends java.lang.Object implements java.io.Serializable, net.anotheria.util.sorter.IComparable<AccumulatedValueAO>
| Constructor and Description |
|---|
AccumulatedValueAO()
Default constructor.
|
AccumulatedValueAO(java.lang.String aTimestamp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(java.lang.String value) |
void |
addValues(java.util.List<java.lang.String> someValues) |
int |
compareTo(net.anotheria.util.sorter.IComparable<? extends AccumulatedValueAO> iComparable,
int i) |
java.lang.String |
getFirstValue() |
java.lang.String |
getIsoTimestamp() |
java.lang.String |
getJSONWithNumericTimestamp() |
java.lang.String |
getJSONWithStringTimestamp() |
long |
getNumericTimestamp() |
java.lang.String |
getTimestamp() |
void |
setIsoTimestamp(java.lang.String isoTimestamp) |
void |
setNumericTimestamp(long numericTimestamp) |
void |
setTimestamp(java.lang.String timestamp) |
java.lang.String |
toString() |
public AccumulatedValueAO()
public AccumulatedValueAO(java.lang.String aTimestamp)
aTimestamp - timestamppublic void addValue(java.lang.String value)
public void addValues(java.util.List<java.lang.String> someValues)
public java.lang.String getTimestamp()
public void setTimestamp(java.lang.String timestamp)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getJSONWithNumericTimestamp()
public java.lang.String getJSONWithStringTimestamp()
public java.lang.String getFirstValue()
public java.lang.String getIsoTimestamp()
public void setIsoTimestamp(java.lang.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-2020 anotheria.net. All Rights Reserved.