Class BasicResultDataPoint

    • Constructor Detail

      • BasicResultDataPoint

        public BasicResultDataPoint​(int index,
                                    java.lang.String path,
                                    java.lang.Object value,
                                    int quality,
                                    long ts)
    • Method Detail

      • index

        public int index()
        Description copied from interface: ResultDataPoint
        The index of the column/tag path, relative to the paths requested in the query.
        Specified by:
        index in interface ResultDataPoint