Class BlockResult


  • public class BlockResult
    extends java.lang.Object
    Created by colby.clegg on 7/31/2015.
    • Constructor Detail

      • BlockResult

        public BlockResult​(long blockId,
                           QualifiedValue[] values,
                           boolean interpolated,
                           boolean provisional)
    • Method Detail

      • getBlockId

        public long getBlockId()
      • isInterpolated

        public boolean isInterpolated()
      • getValue

        public java.lang.Object getValue​(int level)
        We always have to return the last level that we have a value for. If other columns have more levels, we just repeat our last value.
      • hasMore

        public boolean hasMore()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object