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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for createdTimestamp.getCrn()Getter for crn.getName()Getter for name.Getter for runtimeStatus.Getter for runtimeVersion.Getter for status.inthashCode()voidsetCreatedTimestamp(Long createdTimestamp) Setter for createdTimestamp.voidSetter for crn.voidSetter for name.voidsetRuntimeStatus(DeploymentStatus runtimeStatus) Setter for runtimeStatus.voidsetRuntimeVersion(String runtimeVersion) Setter for runtimeVersion.voidsetStatus(DeploymentStatus status) Setter for status.toString()
-
Constructor Details
-
RuntimeSession
public RuntimeSession()
-
-
Method Details
-
getStatus
Getter for status. The workflow status of the deployment for the runtime session. -
setStatus
Setter for status. The workflow status of the deployment for the runtime session. -
getRuntimeStatus
Getter for runtimeStatus. The runtime status of the deployment for the runtime session. -
setRuntimeStatus
Setter for runtimeStatus. The runtime status of the deployment for the runtime session. -
getRuntimeVersion
Getter for runtimeVersion. Runtime version of NiFi backing this session. -
setRuntimeVersion
Setter for runtimeVersion. Runtime version of NiFi backing this session. -
getCreatedTimestamp
Getter for createdTimestamp. Timestamp of the creation of the runtime session. -
setCreatedTimestamp
Setter for createdTimestamp. Timestamp of the creation of the runtime session. -
getCrn
Getter for crn. The CRN of the deployment for the runtime session. -
setCrn
Setter for crn. The CRN of the deployment for the runtime session. -
getName
Getter for name. The name of the deployment for the runtime session. -
setName
Setter for name. The name of the deployment for the runtime session. -
equals
-
hashCode
public int hashCode() -
toString
-