Class RuntimeSession

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-06-05T07:54:45.482-07:00") public class RuntimeSession extends Object
Provides details about a flow designer runtime session.
  • Constructor Details

    • RuntimeSession

      public RuntimeSession()
  • Method Details

    • getStatus

      public DeploymentStatus getStatus()
      Getter for status. The workflow status of the deployment for the runtime session.
    • setStatus

      public void setStatus(DeploymentStatus status)
      Setter for status. The workflow status of the deployment for the runtime session.
    • getRuntimeStatus

      public DeploymentStatus getRuntimeStatus()
      Getter for runtimeStatus. The runtime status of the deployment for the runtime session.
    • setRuntimeStatus

      public void setRuntimeStatus(DeploymentStatus runtimeStatus)
      Setter for runtimeStatus. The runtime status of the deployment for the runtime session.
    • getRuntimeVersion

      public String getRuntimeVersion()
      Getter for runtimeVersion. Runtime version of NiFi backing this session.
    • setRuntimeVersion

      public void setRuntimeVersion(String runtimeVersion)
      Setter for runtimeVersion. Runtime version of NiFi backing this session.
    • getCreatedTimestamp

      public Long getCreatedTimestamp()
      Getter for createdTimestamp. Timestamp of the creation of the runtime session.
    • setCreatedTimestamp

      public void setCreatedTimestamp(Long createdTimestamp)
      Setter for createdTimestamp. Timestamp of the creation of the runtime session.
    • getCrn

      public String getCrn()
      Getter for crn. The CRN of the deployment for the runtime session.
    • setCrn

      public void setCrn(String crn)
      Setter for crn. The CRN of the deployment for the runtime session.
    • getName

      public String getName()
      Getter for name. The name of the deployment for the runtime session.
    • setName

      public void setName(String name)
      Setter for name. The name of the deployment for the runtime session.
    • 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