Package org.apache.nifi.flow
Class VersionedExternalFlowMetadata
java.lang.Object
org.apache.nifi.flow.VersionedExternalFlowMetadata
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
void
void
setBucketIdentifier
(String bucketIdentifier) void
setComments
(String comments) void
setFlowIdentifier
(String flowId) void
setFlowName
(String flowName) void
setTimestamp
(long timestamp) void
setVersion
(String version)
-
Field Details
-
bucketId
-
flowId
-
version
-
flowName
-
author
-
comments
-
timestamp
private long timestamp
-
-
Constructor Details
-
VersionedExternalFlowMetadata
public VersionedExternalFlowMetadata()
-
-
Method Details
-
getBucketIdentifier
-
setBucketIdentifier
-
getFlowIdentifier
-
setFlowIdentifier
-
getVersion
-
setVersion
-
getFlowName
-
setFlowName
-
getAuthor
-
setAuthor
-
getComments
-
setComments
-
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp)
-