Class Measurement


  • public class Measurement
    extends Object
    • Constructor Detail

      • Measurement

        public Measurement​(String sourceKey,
                           long timestamp,
                           double value)
    • Method Detail

      • getSourceKey

        public String getSourceKey()
      • getTimestamp

        public long getTimestamp()
      • getValue

        public double getValue()