Class 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.
  • Constructor Details

    • ListCollectionsResponse

      public ListCollectionsResponse()
  • Method Details

    • getNextToken

      public String getNextToken()
      Getter for nextToken. The page token for requesting the next page of results.
    • setNextToken

      public void setNextToken(String nextToken)
      Setter for nextToken. The page token for requesting the next page of results.
    • getCollections

      public List<CatalogCollection> getCollections()
      Getter for collections. The listing of Catalog Collections.
    • setCollections

      public void setCollections(List<CatalogCollection> collections)
      Setter for collections. The listing of Catalog Collections.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object