Class DeployedFlowMetadata

java.lang.Object
com.cloudera.cdp.dfworkload.model.DeployedFlowMetadata

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:08.000-07:00") public class DeployedFlowMetadata extends Object
Contains metadata about a deployed flow.
  • Constructor Details

    • DeployedFlowMetadata

      public DeployedFlowMetadata()
  • Method Details

    • getDeployedFlowName

      public String getDeployedFlowName()
      Getter for deployedFlowName. The name of the deployed flow.
    • setDeployedFlowName

      public void setDeployedFlowName(String deployedFlowName)
      Setter for deployedFlowName. The name of the deployed flow.
    • getFlowDefinitionName

      public String getFlowDefinitionName()
      Getter for flowDefinitionName. The name of the flow definition.
    • setFlowDefinitionName

      public void setFlowDefinitionName(String flowDefinitionName)
      Setter for flowDefinitionName. The name of the flow definition.
    • 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