Class ParameterContextValidationRequestDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ParameterContextValidationRequestDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ParameterContextValidationRequestDTO
extends Object
ParameterContextValidationRequestDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Boolean
private ComponentValidationResultsEntity
private String
private OffsetDateTime
private ParameterContextDTO
private Integer
private String
private String
private OffsetDateTime
private List
<ParameterContextValidationStepDTO> private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomponentValidationResults
(ComponentValidationResultsEntity componentValidationResults) boolean
Get componentValidationResultsThe reason for the request failing, or null if the request has not failedThe timestamp of when the request was last updatedGet parameterContextA value between 0 and 100 (inclusive) indicating how close the request is to completionThe 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 completedparameterContext
(ParameterContextDTO parameterContext) void
setComponentValidationResults
(ComponentValidationResultsEntity componentValidationResults) void
setParameterContext
(ParameterContextDTO parameterContext) 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
-
parameterContext
-
componentValidationResults
-
-
Constructor Details
-
ParameterContextValidationRequestDTO
public ParameterContextValidationRequestDTO()
-
-
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
-
parameterContext
-
getParameterContext
Get parameterContext- Returns:
- parameterContext
-
setParameterContext
-
componentValidationResults
public ParameterContextValidationRequestDTO componentValidationResults(ComponentValidationResultsEntity componentValidationResults) -
getComponentValidationResults
Get componentValidationResults- Returns:
- componentValidationResults
-
setComponentValidationResults
public void setComponentValidationResults(ComponentValidationResultsEntity componentValidationResults) -
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-