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

public class ListFunctionsResponse extends Object
Return a list of functions
  • Constructor Details

    • ListFunctionsResponse

      public ListFunctionsResponse()
      Constructor
  • Method Details

    • getFunctions

      public List<FunctionInfo> getFunctions()
      Return the list of functions.
      Returns:
      list
    • setFunctions

      public void setFunctions(List<FunctionInfo> functions)
      Return the list of functions.
      Parameters:
      functions - 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