Class ProcessGroupReplaceRequestDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ProcessGroupReplaceRequestDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProcessGroupReplaceRequestDTO
extends Object
ProcessGroupReplaceRequestDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
An explanation of why this request failed, or null if this request has not failedThe last time this request was updated.The percentage complete for the request, between 0 and 100The unique ID of the Process Group being updatedThe unique ID of this request.getState()
The state of the requestgetUri()
The URI for future requests to this drop request.int
hashCode()
Whether or not this request has completedprocessGroupId
(String processGroupId) void
setProcessGroupId
(String processGroupId) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
requestId
-
processGroupId
-
uri
-
lastUpdated
-
complete
-
failureReason
-
percentCompleted
-
state
-
-
Constructor Details
-
ProcessGroupReplaceRequestDTO
public ProcessGroupReplaceRequestDTO()
-
-
Method Details
-
getRequestId
The unique ID of this request.- Returns:
- requestId
-
processGroupId
-
getProcessGroupId
The unique ID of the Process Group being updated- Returns:
- processGroupId
-
setProcessGroupId
-
getUri
The URI for future requests to this drop request.- Returns:
- uri
-
getLastUpdated
The last time this request was updated.- Returns:
- lastUpdated
-
isComplete
Whether or not this request has completed- Returns:
- complete
-
getFailureReason
An explanation of why this request failed, or null if this request has not failed- Returns:
- failureReason
-
getPercentCompleted
The percentage complete for the request, between 0 and 100- Returns:
- percentCompleted
-
getState
The state of the request- Returns:
- state
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-