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

public class ListCatalogsResponse extends Object
Return a list of catalogs
  • Constructor Details

    • ListCatalogsResponse

      public ListCatalogsResponse()
      Constructor
  • Method Details

    • getCatalogs

      public List<CatalogInfo> getCatalogs()
      Return the list of catalogs.
      Returns:
      list
    • setCatalogs

      public void setCatalogs(List<CatalogInfo> catalogs)
      Return the list of catalogs.
      Parameters:
      catalogs - list
    • getNext_page_token

      public String getNext_page_token()
      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
    • setNext_page_token

      public void setNext_page_token(String next_page_token)
      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:
      next_page_token - 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