public class DciDataRow extends Object
| Constructor and Description |
|---|
DciDataRow(Date timestamp,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getTimestamp() |
Object |
getValue() |
double |
getValueAsDouble() |
long |
getValueAsLong() |
String |
getValueAsString() |
public Date getTimestamp()
public Object getValue()
public String getValueAsString()
public long getValueAsLong()
public double getValueAsDouble()
Copyright © 2015. All rights reserved.