Class IntDataPoint


  • public class IntDataPoint
    extends DataPoint
    a subclass for Integer data type extends DataPoint.
    See Also:
    DataPoint
    • Constructor Detail

      • IntDataPoint

        public IntDataPoint​(String measurementId,
                            int v)
        constructor of IntDataPoint, the value type will be set automatically.