Class ProcessGroupReplaceRequestEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ProcessGroupReplaceRequestEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProcessGroupReplaceRequestEntity
extends Object
ProcessGroupReplaceRequestEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate RevisionDTO
private ProcessGroupReplaceRequestDTO
private RegisteredFlowSnapshot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get processGroupRevisionGet requestGet versionedFlowSnapshotint
hashCode()
processGroupRevision
(RevisionDTO processGroupRevision) request
(ProcessGroupReplaceRequestDTO request) void
setProcessGroupRevision
(RevisionDTO processGroupRevision) void
setRequest
(ProcessGroupReplaceRequestDTO request) void
setVersionedFlowSnapshot
(RegisteredFlowSnapshot versionedFlowSnapshot) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
versionedFlowSnapshot
(RegisteredFlowSnapshot versionedFlowSnapshot)
-
Field Details
-
processGroupRevision
-
request
-
versionedFlowSnapshot
-
-
Constructor Details
-
ProcessGroupReplaceRequestEntity
public ProcessGroupReplaceRequestEntity()
-
-
Method Details
-
processGroupRevision
-
getProcessGroupRevision
Get processGroupRevision- Returns:
- processGroupRevision
-
setProcessGroupRevision
-
request
-
getRequest
Get request- Returns:
- request
-
setRequest
-
versionedFlowSnapshot
public ProcessGroupReplaceRequestEntity versionedFlowSnapshot(RegisteredFlowSnapshot versionedFlowSnapshot) -
getVersionedFlowSnapshot
Get versionedFlowSnapshot- Returns:
- versionedFlowSnapshot
-
setVersionedFlowSnapshot
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-