Package com.cloudera.cdp.df.model
Class UpdateCollectionRequest
java.lang.Object
com.cloudera.cdp.df.model.UpdateCollectionRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-05-14T11:34:37.723-07:00")
public class UpdateCollectionRequest
extends Object
Request object when updating a catalog collection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for catalogCollectionCrn.Getter for description.getName()
Getter for name.int
hashCode()
void
setCatalogCollectionCrn
(String catalogCollectionCrn) Setter for catalogCollectionCrn.void
setDescription
(String description) Setter for description.void
Setter for name.toString()
-
Constructor Details
-
UpdateCollectionRequest
public UpdateCollectionRequest()
-
-
Method Details
-
getCatalogCollectionCrn
Getter for catalogCollectionCrn. The catalog collection CRN. -
setCatalogCollectionCrn
Setter for catalogCollectionCrn. The catalog collection CRN. -
getName
Getter for name. The new name of the collection. -
setName
Setter for name. The new name of the collection. -
getDescription
Getter for description. The new description of the collection. -
setDescription
Setter for description. The new description of the collection. -
equals
-
hashCode
public int hashCode() -
toString
-