Class InsightsTableResult


  • public final class InsightsTableResult
    extends Object
    Query results for table insights query.
    • Constructor Detail

      • InsightsTableResult

        public InsightsTableResult()
    • Method Detail

      • rows

        public List<List<String>> rows()
        Get the rows property: Rows data of the table.
        Returns:
        the rows value.
      • withRows

        public InsightsTableResult withRows​(List<List<String>> rows)
        Set the rows property: Rows data of the table.
        Parameters:
        rows - the rows value to set.
        Returns:
        the InsightsTableResult object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.