Class InfluxFunctionValue


  • public class InfluxFunctionValue
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InfluxFunctionValue​(java.lang.Object value, java.lang.Long timestamp)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getTimestamp()  
      java.lang.Object getValue()  
      void setTimestamp​(java.lang.Long timestamp)  
      void setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InfluxFunctionValue

        public InfluxFunctionValue​(java.lang.Object value,
                                   java.lang.Long timestamp)
    • Method Detail

      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object value)
      • getTimestamp

        public java.lang.Long getTimestamp()
      • setTimestamp

        public void setTimestamp​(java.lang.Long timestamp)