Class DeleteCollectionResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:37.723-07:00") public class DeleteCollectionResponse extends CdpResponse
Response object when deleting a catalog collection.
  • Constructor Details

    • DeleteCollectionResponse

      public DeleteCollectionResponse()
  • Method Details

    • getCatalogCollection

      public CatalogCollection getCatalogCollection()
      Getter for catalogCollection. Details of the deleted catalog collection.
    • setCatalogCollection

      public void setCatalogCollection(CatalogCollection catalogCollection)
      Setter for catalogCollection. Details of the deleted catalog collection.
    • 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