Package com.cloudera.cdp.df.model
Class AssignToCollectionRequest
java.lang.Object
com.cloudera.cdp.df.model.AssignToCollectionRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:48.252-07:00")
public class AssignToCollectionRequest
extends Object
Request object when assigning a flow to a catalog collection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for catalogCollectionCrn.Getter for flowCrn.inthashCode()voidsetCatalogCollectionCrn(String catalogCollectionCrn) Setter for catalogCollectionCrn.voidsetFlowCrn(String flowCrn) Setter for flowCrn.toString()
-
Constructor Details
-
AssignToCollectionRequest
public AssignToCollectionRequest()
-
-
Method Details
-
getFlowCrn
Getter for flowCrn. The flow CRN. -
setFlowCrn
Setter for flowCrn. The flow CRN. -
getCatalogCollectionCrn
Getter for catalogCollectionCrn. The catalog collection CRN. If omitted, the flow will be assigned to the UNASSIGNED catalog collection. -
setCatalogCollectionCrn
Setter for catalogCollectionCrn. The catalog collection CRN. If omitted, the flow will be assigned to the UNASSIGNED catalog collection. -
equals
-
hashCode
public int hashCode() -
toString
-