Class VersionControlInformationDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.VersionControlInformationDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class VersionControlInformationDTO
extends Object
VersionControlInformationDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The current state of the Process Group, as it relates to the Versioned Flow -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
flowDescription
(String flowDescription) The ID of the bucket that the flow is stored inThe name of the bucket that the flow is stored inThe description of the flowThe ID of the flowThe name of the flowThe ID of the Process Group that is under version controlThe ID of the registry that the flow is stored inThe name of the registry that the flow is stored ingetState()
The current state of the Process Group, as it relates to the Versioned FlowExplanation of why the group is in the specified stateThe storage locationThe version of the flowint
hashCode()
registryId
(String registryId) void
setBucketId
(String bucketId) void
setFlowDescription
(String flowDescription) void
void
setFlowName
(String flowName) void
setGroupId
(String groupId) 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
-
groupId
-
registryId
-
registryName
-
bucketId
-
bucketName
-
flowId
-
flowName
-
flowDescription
-
version
-
storageLocation
-
state
-
stateExplanation
-
-
Constructor Details
-
VersionControlInformationDTO
public VersionControlInformationDTO()
-
-
Method Details
-
groupId
-
getGroupId
The ID of the Process Group that is under version control- Returns:
- groupId
-
setGroupId
-
registryId
-
getRegistryId
The ID of the registry that the flow is stored in- Returns:
- registryId
-
setRegistryId
-
getRegistryName
The name of the registry that the flow is stored in- Returns:
- registryName
-
bucketId
-
getBucketId
The ID of the bucket that the flow is stored in- Returns:
- bucketId
-
setBucketId
-
getBucketName
The name of the bucket that the flow is stored in- Returns:
- bucketName
-
flowId
-
getFlowId
The ID of the flow- Returns:
- flowId
-
setFlowId
-
flowName
-
getFlowName
The name of the flow- Returns:
- flowName
-
setFlowName
-
flowDescription
-
getFlowDescription
The description of the flow- Returns:
- flowDescription
-
setFlowDescription
-
version
-
getVersion
The version of the flow- Returns:
- version
-
setVersion
-
storageLocation
-
getStorageLocation
The storage location- Returns:
- storageLocation
-
setStorageLocation
-
getState
The current state of the Process Group, as it relates to the Versioned Flow- Returns:
- state
-
getStateExplanation
Explanation of why the group is in the specified state- Returns:
- stateExplanation
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-