Class UpdateCollectionResponse


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

    • UpdateCollectionResponse Link icon

      public UpdateCollectionResponse()
  • Method Details Link icon

    • getCatalogCollection Link icon

      public CatalogCollection getCatalogCollection()
      Getter for catalogCollection. The updated catalog collection
    • setCatalogCollection Link icon

      public void setCatalogCollection(CatalogCollection catalogCollection)
      Setter for catalogCollection. The updated catalog collection
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object