Class AssignToCollectionResponse


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

    • AssignToCollectionResponse

      public AssignToCollectionResponse()
  • Method Details

    • getFlowSummary

      public FlowSummary getFlowSummary()
      Getter for flowSummary. The updated flow summary with the new collection.
    • setFlowSummary

      public void setFlowSummary(FlowSummary flowSummary)
      Setter for flowSummary. The updated flow summary with the new 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