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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for catalogArtifactName.Getter for catalogArtifactVersion.Getter for catalogArtifactVersionCrn.Getter for created.getCrn()Getter for crn.Getter for flowName.Getter for nifiMajorVersion.Getter for project.Getter for resourceType.Getter for runtimeVersion.Getter for updated.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.voidSetter for crn.voidsetFlowName(String flowName) Setter for flowName.voidsetNifiMajorVersion(Integer nifiMajorVersion) Setter for nifiMajorVersion.voidsetProject(ProjectMeta project) Setter for project.voidsetResourceType(String resourceType) Setter for resourceType.voidsetRuntimeVersion(String runtimeVersion) Setter for runtimeVersion.voidsetUpdated(Long updated) Setter for updated.toString()
-
Constructor Details
-
FlowMetadata
public FlowMetadata()
-
-
Method Details
-
getRuntimeVersion
Getter for runtimeVersion. The runtime version associated with this flow. -
setRuntimeVersion
Setter for runtimeVersion. The runtime version associated with this flow. -
getFlowName
Getter for flowName. The name of the flow. -
setFlowName
Setter for flowName. The name of the flow. -
getCreated
Getter for created. The timestamp the flow was created -
setCreated
Setter for created. The timestamp the flow was created -
getUpdated
Getter for updated. The timestamp the flow was updated -
setUpdated
Setter for updated. The timestamp the flow was updated -
getCatalogArtifactVersion
Getter for catalogArtifactVersion. The version of the flow artifact in the catalog associated with this flow design. -
setCatalogArtifactVersion
Setter for catalogArtifactVersion. The version of the flow artifact in the catalog associated with this flow design. -
getCatalogArtifactName
Getter for catalogArtifactName. The name of the flow artifact in the catalog associated with this flow design. -
setCatalogArtifactName
Setter for catalogArtifactName. The name of the flow artifact in the catalog associated with this flow design. -
getCatalogArtifactVersionCrn
Getter for catalogArtifactVersionCrn. The CRN of the flow artifact in the catalog associated with this flow design. -
setCatalogArtifactVersionCrn
Setter for catalogArtifactVersionCrn. The CRN of the flow artifact 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. -
getProject
Getter for project. Optional project that the flow is assigned to -
setProject
Setter for project. Optional project 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. -
getNifiMajorVersion
Getter for nifiMajorVersion. The NiFi major version of the runtime -
setNifiMajorVersion
Setter for nifiMajorVersion. The NiFi major version of the runtime -
equals
-
hashCode
public int hashCode() -
toString
-