Class FlowMetadata

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

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

    • FlowMetadata

      public FlowMetadata()
  • Method Details

    • getRuntimeVersion

      public String getRuntimeVersion()
      Getter for runtimeVersion. The runtime version associated with this flow.
    • setRuntimeVersion

      public void setRuntimeVersion(String runtimeVersion)
      Setter for runtimeVersion. The runtime version associated with this flow.
    • getFlowName

      public String getFlowName()
      Getter for flowName. The name of the flow.
    • setFlowName

      public void setFlowName(String flowName)
      Setter for flowName. The name of the flow.
    • getCreated

      public Long getCreated()
      Getter for created. The timestamp the flow was created
    • setCreated

      public void setCreated(Long created)
      Setter for created. The timestamp the flow was created
    • getUpdated

      public Long getUpdated()
      Getter for updated. The timestamp the flow was updated
    • setUpdated

      public void setUpdated(Long updated)
      Setter for updated. The timestamp the flow was updated
    • getCatalogArtifactVersion

      public Integer getCatalogArtifactVersion()
      Getter for catalogArtifactVersion. The version of the flow artifact in the catalog associated with this flow design.
    • setCatalogArtifactVersion

      public void setCatalogArtifactVersion(Integer catalogArtifactVersion)
      Setter for catalogArtifactVersion. The version of the flow artifact in the catalog associated with this flow design.
    • getCatalogArtifactName

      public String getCatalogArtifactName()
      Getter for catalogArtifactName. The name of the flow artifact in the catalog associated with this flow design.
    • setCatalogArtifactName

      public void setCatalogArtifactName(String catalogArtifactName)
      Setter for catalogArtifactName. The name of the flow artifact in the catalog associated with this flow design.
    • getCatalogArtifactVersionCrn

      public String getCatalogArtifactVersionCrn()
      Getter for catalogArtifactVersionCrn. The CRN of the flow artifact in the catalog associated with this flow design.
    • setCatalogArtifactVersionCrn

      public void setCatalogArtifactVersionCrn(String catalogArtifactVersionCrn)
      Setter for catalogArtifactVersionCrn. The CRN of the flow artifact in the catalog associated with this flow design.
    • getResourceType

      public String getResourceType()
      Getter for resourceType. Resource type of the catalog item.
    • setResourceType

      public void setResourceType(String resourceType)
      Setter for resourceType. Resource type of the catalog item.
    • getProject

      public ProjectMeta getProject()
      Getter for project. Optional project that the flow is assigned to
    • setProject

      public void setProject(ProjectMeta project)
      Setter for project. Optional project that the flow is assigned to
    • getCrn

      public String getCrn()
      Getter for crn. The CRN of the flow designer draft.
    • setCrn

      public void setCrn(String crn)
      Setter for crn. The CRN of the flow designer draft.
    • getNifiMajorVersion

      public Integer getNifiMajorVersion()
      Getter for nifiMajorVersion. The NiFi major version of the runtime
    • setNifiMajorVersion

      public void setNifiMajorVersion(Integer nifiMajorVersion)
      Setter for nifiMajorVersion. The NiFi major version of the runtime
    • 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