Class FlowSummary

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-06-05T07:54:45.482-07:00") public class FlowSummary extends Object
Data object for information describing a flow designer draft.
  • Constructor Details

    • FlowSummary

      public FlowSummary()
  • Method Details

    • 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. Creation timestamp of the flow.
    • setCreated

      public void setCreated(Long created)
      Setter for created. Creation timestamp of the flow.
    • getLastModified

      public Long getLastModified()
      Getter for lastModified. The timestamp the flow was last modified.
    • setLastModified

      public void setLastModified(Long lastModified)
      Setter for lastModified. The timestamp the flow was last modified.
    • getLastModifiedBy

      public String getLastModifiedBy()
      Getter for lastModifiedBy. The identity of the user that last modified the flow.
    • setLastModifiedBy

      public void setLastModifiedBy(String lastModifiedBy)
      Setter for lastModifiedBy. The identity of the user that last modified the flow.
    • getCreatedBy

      public String getCreatedBy()
      Getter for createdBy. The identity of the user that created the flow.
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Setter for createdBy. The identity of the user that created the flow.
    • getCatalogArtifactVersion

      public Integer getCatalogArtifactVersion()
      Getter for catalogArtifactVersion. Optional, originating artifact version from the flow catalog this flow is associated with.
    • setCatalogArtifactVersion

      public void setCatalogArtifactVersion(Integer catalogArtifactVersion)
      Setter for catalogArtifactVersion. Optional, originating artifact version from the flow catalog this flow is associated with.
    • getCatalogArtifactName

      public String getCatalogArtifactName()
      Getter for catalogArtifactName. Optional, originating artifact name from the flow catalog this flow is associated with.
    • setCatalogArtifactName

      public void setCatalogArtifactName(String catalogArtifactName)
      Setter for catalogArtifactName. Optional, originating artifact name from the flow catalog this flow is associated with.
    • getCatalogArtifactVersionCrn

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

      public void setCatalogArtifactVersionCrn(String catalogArtifactVersionCrn)
      Setter for catalogArtifactVersionCrn. The crn of the flow 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.
    • getNifiMajorVersion

      public Integer getNifiMajorVersion()
      Getter for nifiMajorVersion. The NiFi Major version.
    • setNifiMajorVersion

      public void setNifiMajorVersion(Integer nifiMajorVersion)
      Setter for nifiMajorVersion. The NiFi Major version.
    • getProject

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

      public void setProject(ProjectSummary project)
      Setter for project. Optional project summary 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.
    • getRuntimeSession

      public RuntimeSession getRuntimeSession()
      Getter for runtimeSession. Information about the runtime session, if one exists for the flow under design.
    • setRuntimeSession

      public void setRuntimeSession(RuntimeSession runtimeSession)
      Setter for runtimeSession. Information about the runtime session, if one exists for the flow under design.
    • 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