Class VersionedFlowCoordinates
java.lang.Object
org.apache.nifi.api.toolkit.model.VersionedFlowCoordinates
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class VersionedFlowCoordinates
extends Object
VersionedFlowCoordinates
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The UUID of the bucket that the flow resides inThe UUID of the flowThe identifier of the Flow Registry that contains the flowThe location of the Flow Registry that stores the flowThe version of the flowint
hashCode()
isLatest()
Whether or not these coordinates point to the latest version of the flowregistryId
(String registryId) void
setBucketId
(String bucketId) void
void
void
setRegistryId
(String registryId) void
setStorageLocation
(String storageLocation) void
setVersion
(Integer version) storageLocation
(String storageLocation) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
registryId
-
storageLocation
-
bucketId
-
flowId
-
version
-
latest
-
-
Constructor Details
-
VersionedFlowCoordinates
public VersionedFlowCoordinates()
-
-
Method Details
-
registryId
-
getRegistryId
The identifier of the Flow Registry that contains the flow- Returns:
- registryId
-
setRegistryId
-
storageLocation
-
getStorageLocation
The location of the Flow Registry that stores the flow- Returns:
- storageLocation
-
setStorageLocation
-
bucketId
-
getBucketId
The UUID of the bucket that the flow resides in- Returns:
- bucketId
-
setBucketId
-
flowId
-
getFlowId
The UUID of the flow- Returns:
- flowId
-
setFlowId
-
version
-
getVersion
The version of the flow- Returns:
- version
-
setVersion
-
latest
-
isLatest
Whether or not these coordinates point to the latest version of the flow- Returns:
- latest
-
setLatest
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-