Class Measure


  • public final class Measure
    extends Object
    Measure
    • Method Detail

      • builder

        public static MeasureBuilder builder​(String measurement)
        Create a new Point Build build to create a new Point in a fluent manner.
        Parameters:
        measurement - the name of the measurement.
        Returns:
        the Builder to be able to add further Builder calls.
      • getInstant

        public Instant getInstant()
      • getMeasurement

        public String getMeasurement()