Class VersionedFlowSnapshotEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.VersionedFlowSnapshotEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class VersionedFlowSnapshotEntity
extends Object
VersionedFlowSnapshotEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Boolean
private RevisionDTO
private String
private Boolean
private RegisteredFlowSnapshot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) boolean
Get processGroupRevisionThe ID of the Registry that this flow belongs toGet versionedFlowSnapshotint
hashCode()
Acknowledges that this node is disconnected to allow for mutable requests to proceed.If the Process Group to be updated has a child or descendant Process Group that is also under Version Control, this specifies whether or not the contents of that child/descendant Process Group should be updated.processGroupRevision
(RevisionDTO processGroupRevision) registryId
(String registryId) void
setDisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) void
setProcessGroupRevision
(RevisionDTO processGroupRevision) void
setRegistryId
(String registryId) void
setUpdateDescendantVersionedFlows
(Boolean updateDescendantVersionedFlows) void
setVersionedFlowSnapshot
(RegisteredFlowSnapshot versionedFlowSnapshot) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
updateDescendantVersionedFlows
(Boolean updateDescendantVersionedFlows) versionedFlowSnapshot
(RegisteredFlowSnapshot versionedFlowSnapshot)
-
Field Details
-
versionedFlowSnapshot
-
processGroupRevision
-
registryId
-
updateDescendantVersionedFlows
-
disconnectedNodeAcknowledged
-
-
Constructor Details
-
VersionedFlowSnapshotEntity
public VersionedFlowSnapshotEntity()
-
-
Method Details
-
versionedFlowSnapshot
public VersionedFlowSnapshotEntity versionedFlowSnapshot(RegisteredFlowSnapshot versionedFlowSnapshot) -
getVersionedFlowSnapshot
Get versionedFlowSnapshot- Returns:
- versionedFlowSnapshot
-
setVersionedFlowSnapshot
-
processGroupRevision
-
getProcessGroupRevision
Get processGroupRevision- Returns:
- processGroupRevision
-
setProcessGroupRevision
-
registryId
-
getRegistryId
The ID of the Registry that this flow belongs to- Returns:
- registryId
-
setRegistryId
-
updateDescendantVersionedFlows
public VersionedFlowSnapshotEntity updateDescendantVersionedFlows(Boolean updateDescendantVersionedFlows) -
isUpdateDescendantVersionedFlows
If the Process Group to be updated has a child or descendant Process Group that is also under Version Control, this specifies whether or not the contents of that child/descendant Process Group should be updated.- Returns:
- updateDescendantVersionedFlows
-
setUpdateDescendantVersionedFlows
-
disconnectedNodeAcknowledged
public VersionedFlowSnapshotEntity disconnectedNodeAcknowledged(Boolean disconnectedNodeAcknowledged) -
isDisconnectedNodeAcknowledged
Acknowledges that this node is disconnected to allow for mutable requests to proceed.- Returns:
- disconnectedNodeAcknowledged
-
setDisconnectedNodeAcknowledged
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-