java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.ListTablesResponse

public class ListTablesResponse extends Object
Return a list of tables.
  • Constructor Details

    • ListTablesResponse

      public ListTablesResponse()
      Constructor
  • Method Details

    • getTables

      public List<TableInfo> getTables()
      Return the list of tables.
      Returns:
      list
    • setTables

      public void setTables(List<TableInfo> table)
      Return the list of tables.
      Parameters:
      table - list
    • getNextPageToken

      public String getNextPageToken()
      Return the opaque token to retrieve the next page of results. Absent if there are no more pages. page_token should be set to this value for the next request (for the next page of results).
      Returns:
      token
    • setNextPageToken

      public void setNextPageToken(String nextPageToken)
      Set up the opaque token to retrieve the next page of results. Absent if there are no more pages. page_token should be set to this value for the next request (for the next page of results).
      Parameters:
      nextPageToken - token
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class Object
      Returns:
      int