Class DescribeFlowEventDetailInDeploymentRequest

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

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

    • DescribeFlowEventDetailInDeploymentRequest

      public DescribeFlowEventDetailInDeploymentRequest()
  • Method Details

    • getDeploymentCrn

      public String getDeploymentCrn()
      Getter for deploymentCrn. The CRN of the deployment.
    • setDeploymentCrn

      public void setDeploymentCrn(String deploymentCrn)
      Setter for deploymentCrn. The CRN of the deployment.
    • getDeployedFlowCrn

      public String getDeployedFlowCrn()
      Getter for deployedFlowCrn. The CRN of the deployed flow.
    • setDeployedFlowCrn

      public void setDeployedFlowCrn(String deployedFlowCrn)
      Setter for deployedFlowCrn. The CRN of the deployed flow.
    • getEventCrn

      public String getEventCrn()
      Getter for eventCrn. The CRN of the event to be described.
    • setEventCrn

      public void setEventCrn(String eventCrn)
      Setter for eventCrn. The CRN of the event to be described.
    • 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