Class ProbeDatum

  • All Implemented Interfaces:
    java.lang.Comparable<Datum>

    public class ProbeDatum
    extends Datum
    This object stores the date and measurement carried out by a probe of CLIF. This extracted result is that of the field whose label defined by "event field label".
    Author:
    Guy Vachet
    See Also:
    ProbeEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      ProbeDatum​(long timestamp, long result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getResult()  
      • Methods inherited from class java.lang.Object

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

      • ProbeDatum

        public ProbeDatum​(long timestamp,
                          long result)
    • Method Detail

      • getResult

        public long getResult()
        Specified by:
        getResult in class Datum