Class ListTablesResponse
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.ListTablesResponse
Return a list of tables.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the opaque token to retrieve the next page of results.Return the list of tables.inthashCode()Return hash code based on properties.voidsetNextPageToken(String nextPageToken) Set up the opaque token to retrieve the next page of results.voidReturn the list of tables.toString()Standard toString method.
-
Constructor Details
-
ListTablesResponse
public ListTablesResponse()Constructor
-
-
Method Details
-
getTables
Return the list of tables.- Returns:
- list
-
setTables
Return the list of tables.- Parameters:
table- list
-
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
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
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-