Package org.apache.nifi.flow
Class VersionedFlowCoordinates
java.lang.Object
org.apache.nifi.flow.VersionedFlowCoordinates
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
void
setBucketId
(String bucketId) void
void
void
setRegistryId
(String registryId) void
setStorageLocation
(String storageLocation) void
setVersion
(String version) toString()
-
Field Details
-
registryId
-
storageLocation
-
branch
-
bucketId
-
flowId
-
version
-
latest
-
-
Constructor Details
-
VersionedFlowCoordinates
public VersionedFlowCoordinates()
-
-
Method Details
-
getRegistryId
-
setRegistryId
-
getStorageLocation
-
setStorageLocation
-
getBranch
-
setBranch
-
getBucketId
-
setBucketId
-
getFlowId
-
setFlowId
-
getVersion
-
setVersion
-
getLatest
-
setLatest
-
hashCode
public int hashCode() -
equals
-
toString
-