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
int
void
void
setBucketIdentifier
(String bucketIdentifier) void
setComments
(String comments) void
setFlowIdentifier
(String flowId) void
setFlowName
(String flowName) void
setTimestamp
(long timestamp) void
setVersion
(int version)
-
Field Details
-
bucketId
-
flowId
-
version
private int version -
flowName
-
author
-
comments
-
timestamp
private long timestamp
-
-
Constructor Details
-
VersionedExternalFlowMetadata
public VersionedExternalFlowMetadata()
-
-
Method Details
-
getBucketIdentifier
-
setBucketIdentifier
-
getFlowIdentifier
-
setFlowIdentifier
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version) -
getFlowName
-
setFlowName
-
getAuthor
-
setAuthor
-
getComments
-
setComments
-
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp)
-