Class VersionControlComponentMappingEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.VersionControlComponentMappingEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class VersionControlComponentMappingEntity
extends Object
VersionControlComponentMappingEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Boolean
private RevisionDTO
private VersionControlInformationDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) boolean
Get processGroupRevisionThe mapping of Versioned Component Identifiers to instance ID'sGet versionControlInformationint
hashCode()
Acknowledges that this node is disconnected to allow for mutable requests to proceed.processGroupRevision
(RevisionDTO processGroupRevision) putVersionControlComponentMappingItem
(String key, String versionControlComponentMappingItem) void
setDisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) void
setProcessGroupRevision
(RevisionDTO processGroupRevision) void
setVersionControlComponentMapping
(Map<String, String> versionControlComponentMapping) void
setVersionControlInformation
(VersionControlInformationDTO versionControlInformation) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
versionControlComponentMapping
(Map<String, String> versionControlComponentMapping) versionControlInformation
(VersionControlInformationDTO versionControlInformation)
-
Field Details
-
versionControlComponentMapping
-
processGroupRevision
-
disconnectedNodeAcknowledged
-
versionControlInformation
-
-
Constructor Details
-
VersionControlComponentMappingEntity
public VersionControlComponentMappingEntity()
-
-
Method Details
-
versionControlComponentMapping
public VersionControlComponentMappingEntity versionControlComponentMapping(Map<String, String> versionControlComponentMapping) -
putVersionControlComponentMappingItem
public VersionControlComponentMappingEntity putVersionControlComponentMappingItem(String key, String versionControlComponentMappingItem) -
getVersionControlComponentMapping
The mapping of Versioned Component Identifiers to instance ID's- Returns:
- versionControlComponentMapping
-
setVersionControlComponentMapping
-
processGroupRevision
-
getProcessGroupRevision
Get processGroupRevision- Returns:
- processGroupRevision
-
setProcessGroupRevision
-
disconnectedNodeAcknowledged
public VersionControlComponentMappingEntity disconnectedNodeAcknowledged(Boolean disconnectedNodeAcknowledged) -
isDisconnectedNodeAcknowledged
Acknowledges that this node is disconnected to allow for mutable requests to proceed.- Returns:
- disconnectedNodeAcknowledged
-
setDisconnectedNodeAcknowledged
-
versionControlInformation
public VersionControlComponentMappingEntity versionControlInformation(VersionControlInformationDTO versionControlInformation) -
getVersionControlInformation
Get versionControlInformation- Returns:
- versionControlInformation
-
setVersionControlInformation
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-