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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for catalogArtifactName.Getter for catalogArtifactVersion.Getter for catalogArtifactVersionCrn.Getter for created.Getter for createdBy.getCrn()Getter for crn.Getter for flowName.Getter for lastModified.Getter for lastModifiedBy.Getter for nifiMajorVersion.Getter for project.Getter for resourceType.Getter for runtimeSession.inthashCode()voidsetCatalogArtifactName(String catalogArtifactName) Setter for catalogArtifactName.voidsetCatalogArtifactVersion(Integer catalogArtifactVersion) Setter for catalogArtifactVersion.voidsetCatalogArtifactVersionCrn(String catalogArtifactVersionCrn) Setter for catalogArtifactVersionCrn.voidsetCreated(Long created) Setter for created.voidsetCreatedBy(String createdBy) Setter for createdBy.voidSetter for crn.voidsetFlowName(String flowName) Setter for flowName.voidsetLastModified(Long lastModified) Setter for lastModified.voidsetLastModifiedBy(String lastModifiedBy) Setter for lastModifiedBy.voidsetNifiMajorVersion(Integer nifiMajorVersion) Setter for nifiMajorVersion.voidsetProject(ProjectSummary project) Setter for project.voidsetResourceType(String resourceType) Setter for resourceType.voidsetRuntimeSession(RuntimeSession runtimeSession) Setter for runtimeSession.toString()
-
Constructor Details
-
FlowSummary
public FlowSummary()
-
-
Method Details
-
getFlowName
Getter for flowName. The name of the flow. -
setFlowName
Setter for flowName. The name of the flow. -
getCreated
Getter for created. Creation timestamp of the flow. -
setCreated
Setter for created. Creation timestamp of the flow. -
getLastModified
Getter for lastModified. The timestamp the flow was last modified. -
setLastModified
Setter for lastModified. The timestamp the flow was last modified. -
getLastModifiedBy
Getter for lastModifiedBy. The identity of the user that last modified the flow. -
setLastModifiedBy
Setter for lastModifiedBy. The identity of the user that last modified the flow. -
getCreatedBy
Getter for createdBy. The identity of the user that created the flow. -
setCreatedBy
Setter for createdBy. The identity of the user that created the flow. -
getCatalogArtifactVersion
Getter for catalogArtifactVersion. Optional, originating artifact version from the flow catalog this flow is associated with. -
setCatalogArtifactVersion
Setter for catalogArtifactVersion. Optional, originating artifact version from the flow catalog this flow is associated with. -
getCatalogArtifactName
Getter for catalogArtifactName. Optional, originating artifact name from the flow catalog this flow is associated with. -
setCatalogArtifactName
Setter for catalogArtifactName. Optional, originating artifact name from the flow catalog this flow is associated with. -
getCatalogArtifactVersionCrn
Getter for catalogArtifactVersionCrn. The crn of the flow in the catalog associated with this flow design. -
setCatalogArtifactVersionCrn
Setter for catalogArtifactVersionCrn. The crn of the flow in the catalog associated with this flow design. -
getResourceType
Getter for resourceType. Resource type of the catalog item. -
setResourceType
Setter for resourceType. Resource type of the catalog item. -
getNifiMajorVersion
Getter for nifiMajorVersion. The NiFi Major version. -
setNifiMajorVersion
Setter for nifiMajorVersion. The NiFi Major version. -
getProject
Getter for project. Optional project summary that the flow is assigned to. -
setProject
Setter for project. Optional project summary that the flow is assigned to. -
getCrn
Getter for crn. The CRN of the flow designer draft. -
setCrn
Setter for crn. The CRN of the flow designer draft. -
getRuntimeSession
Getter for runtimeSession. Information about the runtime session, if one exists for the flow under design. -
setRuntimeSession
Setter for runtimeSession. Information about the runtime session, if one exists for the flow under design. -
equals
-
hashCode
public int hashCode() -
toString
-