Class VersionControlInformationEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.VersionControlInformationEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class VersionControlInformationEntity
extends Object
VersionControlInformationEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Boolean
private RevisionDTO
private VersionControlInformationDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) boolean
Get processGroupRevisionGet versionControlInformationint
hashCode()
Acknowledges that this node is disconnected to allow for mutable requests to proceed.processGroupRevision
(RevisionDTO processGroupRevision) void
setDisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) void
setProcessGroupRevision
(RevisionDTO processGroupRevision) void
setVersionControlInformation
(VersionControlInformationDTO versionControlInformation) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
versionControlInformation
(VersionControlInformationDTO versionControlInformation)
-
Field Details
-
processGroupRevision
-
disconnectedNodeAcknowledged
-
versionControlInformation
-
-
Constructor Details
-
VersionControlInformationEntity
public VersionControlInformationEntity()
-
-
Method Details
-
processGroupRevision
-
getProcessGroupRevision
Get processGroupRevision- Returns:
- processGroupRevision
-
setProcessGroupRevision
-
disconnectedNodeAcknowledged
public VersionControlInformationEntity disconnectedNodeAcknowledged(Boolean disconnectedNodeAcknowledged) -
isDisconnectedNodeAcknowledged
Acknowledges that this node is disconnected to allow for mutable requests to proceed.- Returns:
- disconnectedNodeAcknowledged
-
setDisconnectedNodeAcknowledged
-
versionControlInformation
public VersionControlInformationEntity 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).
-