Class DescribeFlowInDeploymentResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.df.model.DescribeFlowInDeploymentResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:07.561-07:00") public class DescribeFlowInDeploymentResponse extends CdpResponse
A response to describe a flow in a deployment.
  • Constructor Details

    • DescribeFlowInDeploymentResponse

      public DescribeFlowInDeploymentResponse()
  • Method Details

    • getDeployedFlow

      public DeployedFlow getDeployedFlow()
      Getter for deployedFlow. The deployed flow.
    • setDeployedFlow

      public void setDeployedFlow(DeployedFlow deployedFlow)
      Setter for deployedFlow. The deployed flow.
    • 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