Class AnalyzeFlowRequestDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.AnalyzeFlowRequestDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class AnalyzeFlowRequestDTO
extends Object
AnalyzeFlowRequestDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Boolean
private String
private OffsetDateTime
private Integer
private String
private String
private String
private OffsetDateTime
private List
<AnalyzeFlowRequestUpdateStepDTO> private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The reason for the request failing, or null if the request has not failedThe timestamp of when the request was last updatedA value between 0 and 100 (inclusive) indicating how close the request is to completionThe id of the process group representing (a part of) the flow to be analyzed.The ID of the requestgetState()
A description of the current state of the requestThe timestamp of when the request was submittedThe steps that are required in order to complete the request, along with the status of eachgetUri()
The URI for the requestint
hashCode()
Whether or not the request is 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
-
uri
-
submissionTime
-
lastUpdated
-
complete
-
failureReason
-
percentCompleted
-
state
-
updateSteps
-
processGroupId
-
-
Constructor Details
-
AnalyzeFlowRequestDTO
public AnalyzeFlowRequestDTO()
-
-
Method Details
-
getRequestId
The ID of the request- Returns:
- requestId
-
getUri
The URI for the request- Returns:
- uri
-
getSubmissionTime
The timestamp of when the request was submitted- Returns:
- submissionTime
-
getLastUpdated
The timestamp of when the request was last updated- Returns:
- lastUpdated
-
isComplete
Whether or not the request is completed- Returns:
- complete
-
getFailureReason
The reason for the request failing, or null if the request has not failed- Returns:
- failureReason
-
getPercentCompleted
A value between 0 and 100 (inclusive) indicating how close the request is to completion- Returns:
- percentCompleted
-
getState
A description of the current state of the request- Returns:
- state
-
getUpdateSteps
The steps that are required in order to complete the request, along with the status of each- Returns:
- updateSteps
-
processGroupId
-
getProcessGroupId
The id of the process group representing (a part of) the flow to be analyzed.- Returns:
- processGroupId
-
setProcessGroupId
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-