Class VersionedFlowDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.VersionedFlowDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class VersionedFlowDTO
extends Object
VersionedFlowDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The action being performed -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction
(VersionedFlowDTO.ActionEnum action) description
(String description) boolean
The action being performedThe ID of the bucket where the flow is storedComments for the changesetA description of the flowThe ID of the flowThe name of the flowThe ID of the registry that the flow is tracked toint
hashCode()
registryId
(String registryId) void
setAction
(VersionedFlowDTO.ActionEnum action) void
setBucketId
(String bucketId) void
setComments
(String comments) void
setDescription
(String description) void
void
setFlowName
(String flowName) void
setRegistryId
(String registryId) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
registryId
-
bucketId
-
flowId
-
flowName
-
description
-
comments
-
action
-
-
Constructor Details
-
VersionedFlowDTO
public VersionedFlowDTO()
-
-
Method Details
-
registryId
-
getRegistryId
The ID of the registry that the flow is tracked to- Returns:
- registryId
-
setRegistryId
-
bucketId
-
getBucketId
The ID of the bucket where the flow is stored- Returns:
- bucketId
-
setBucketId
-
flowId
-
getFlowId
The ID of the flow- Returns:
- flowId
-
setFlowId
-
flowName
-
getFlowName
The name of the flow- Returns:
- flowName
-
setFlowName
-
description
-
getDescription
A description of the flow- Returns:
- description
-
setDescription
-
comments
-
getComments
Comments for the changeset- Returns:
- comments
-
setComments
-
action
-
getAction
The action being performed- Returns:
- action
-
setAction
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-