Class Value


  • public class Value
    extends Object
    • Constructor Detail

      • Value

        public Value()
    • Method Detail

      • of

        public static Value of​(long timestamp,
                               String sampleValue)
      • getTimestamp

        public long getTimestamp()
      • setTimestamp

        public void setTimestamp​(long timestamp)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)