Class DataTableResponseObject


  • public class DataTableResponseObject
    extends Object
    Data Table which defines columns and raw row values.
    • Constructor Detail

      • DataTableResponseObject

        public DataTableResponseObject()
    • Method Detail

      • tableName

        public String tableName()
        Get name of the table.
        Returns:
        the tableName value
      • withTableName

        public DataTableResponseObject withTableName​(String tableName)
        Set name of the table.
        Parameters:
        tableName - the tableName value to set
        Returns:
        the DataTableResponseObject object itself.
      • rows

        public List<List<String>> rows()
        Get raw row values.
        Returns:
        the rows value
      • withRows

        public DataTableResponseObject withRows​(List<List<String>> rows)
        Set raw row values.
        Parameters:
        rows - the rows value to set
        Returns:
        the DataTableResponseObject object itself.