Class DeleteCollectionRequest

java.lang.Object
com.cloudera.cdp.df.model.DeleteCollectionRequest

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

    • DeleteCollectionRequest Link icon

      public DeleteCollectionRequest()
  • Method Details Link icon

    • getCatalogCollectionCrn Link icon

      public String getCatalogCollectionCrn()
      Getter for catalogCollectionCrn. The catalog collection CRN.
    • setCatalogCollectionCrn Link icon

      public void setCatalogCollectionCrn(String catalogCollectionCrn)
      Setter for catalogCollectionCrn. The catalog collection CRN.
    • 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