Package io.unitycatalog.client.model
Class ListCatalogsResponse
java.lang.Object
io.unitycatalog.client.model.ListCatalogsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class ListCatalogsResponse
extends Object
ListCatalogsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCatalogsItem(CatalogInfo catalogsItem) catalogs(List<CatalogInfo> catalogs) booleanReturn true if this ListCatalogsResponse object is equal to o.An array of catalog information objects.Opaque token to retrieve the next page of results.inthashCode()nextPageToken(String nextPageToken) voidsetCatalogs(List<CatalogInfo> catalogs) voidsetNextPageToken(String nextPageToken) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CATALOGS
- See Also:
-
JSON_PROPERTY_NEXT_PAGE_TOKEN
- See Also:
-
-
Constructor Details
-
ListCatalogsResponse
public ListCatalogsResponse()
-
-
Method Details
-
catalogs
-
addCatalogsItem
-
getCatalogs
An array of catalog information objects.- Returns:
- catalogs
-
setCatalogs
-
nextPageToken
-
getNextPageToken
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:
- nextPageToken
-
setNextPageToken
-
equals
Return true if this ListCatalogsResponse object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-