Class AssignToCollectionRequest

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

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

    • AssignToCollectionRequest

      public AssignToCollectionRequest()
  • Method Details

    • getFlowCrn

      public String getFlowCrn()
      Getter for flowCrn. The flow CRN.
    • setFlowCrn

      public void setFlowCrn(String flowCrn)
      Setter for flowCrn. The flow CRN.
    • getCatalogCollectionCrn

      public String getCatalogCollectionCrn()
      Getter for catalogCollectionCrn. The catalog collection CRN. If omitted, the flow will be assigned to the UNASSIGNED catalog collection.
    • setCatalogCollectionCrn

      public void setCatalogCollectionCrn(String catalogCollectionCrn)
      Setter for catalogCollectionCrn. The catalog collection CRN. If omitted, the flow will be assigned to the UNASSIGNED 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