public class ReportDataValue extends java.lang.Object implements IValueTime
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
annotation |
private int |
reportPointId |
private long |
time |
private MangoValue |
value |
Constructor and Description |
---|
ReportDataValue() |
ReportDataValue(MangoValue value,
long time) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnnotation() |
int |
getReportPointId() |
long |
getTime() |
MangoValue |
getValue() |
void |
setAnnotation(java.lang.String annotation) |
void |
setReportPointId(int reportPointId) |
void |
setTime(long time) |
void |
setValue(MangoValue value) |
java.lang.String |
toString() |
private int reportPointId
private MangoValue value
private long time
private java.lang.String annotation
public ReportDataValue()
public ReportDataValue(MangoValue value, long time)
public int getReportPointId()
public void setReportPointId(int reportPointId)
public MangoValue getValue()
getValue
in interface IValueTime
public void setValue(MangoValue value)
public long getTime()
getTime
in interface IValueTime
public void setTime(long time)
public java.lang.String getAnnotation()
public void setAnnotation(java.lang.String annotation)
public java.lang.String toString()
toString
in class java.lang.Object