com.axibase.tsd.model.data
Class Series

java.lang.Object
  extended by com.axibase.tsd.model.data.Series

public class Series
extends Object

Author:
Nikolay Malevanny.

Constructor Summary
Series()
           
Series(long t, double v)
           
 
Method Summary
 long getT()
           
 double getV()
           
 void setT(long t)
           
 void setV(double v)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Series

public Series()

Series

public Series(long t,
              double v)
Method Detail

getT

public long getT()

setT

public void setT(long t)

getV

public double getV()

setV

public void setV(double v)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.