Class InitiateFlowInDeploymentResponse

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

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

    • InitiateFlowInDeploymentResponse

      public InitiateFlowInDeploymentResponse()
  • Method Details

    • getDeployedFlowRequestCrn

      public String getDeployedFlowRequestCrn()
      Getter for deployedFlowRequestCrn. The CRN of the newly created flow deployment request.
    • setDeployedFlowRequestCrn

      public void setDeployedFlowRequestCrn(String deployedFlowRequestCrn)
      Setter for deployedFlowRequestCrn. The CRN of the newly created flow deployment request.
    • getDfxLocalUrl

      public String getDfxLocalUrl()
      Getter for dfxLocalUrl. The base URL of the dfx-local instance where the flow deployment will eventually be created.
    • setDfxLocalUrl

      public void setDfxLocalUrl(String dfxLocalUrl)
      Setter for dfxLocalUrl. The base URL of the dfx-local instance where the flow deployment will eventually be created.
    • 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