Package com.cloudera.cdp.df.model
Class ListCollectionsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.df.model.ListCollectionsResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-05-14T11:34:37.723-07:00")
public class ListCollectionsResponse
extends CdpResponse
Response object when listing collections.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for collections.Getter for nextToken.int
hashCode()
void
setCollections
(List<CatalogCollection> collections) Setter for collections.void
setNextToken
(String nextToken) Setter for nextToken.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListCollectionsResponse
public ListCollectionsResponse()
-
-
Method Details
-
getNextToken
Getter for nextToken. The page token for requesting the next page of results. -
setNextToken
Setter for nextToken. The page token for requesting the next page of results. -
getCollections
Getter for collections. The listing of Catalog Collections. -
setCollections
Setter for collections. The listing of Catalog Collections. -
equals
-
hashCode
public int hashCode() -
toString
-