Class ParameterContextUpdateRequestDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ParameterContextUpdateRequestDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ParameterContextUpdateRequestDTO
extends Object
ParameterContextUpdateRequestDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Boolean
private String
private OffsetDateTime
private ParameterContextDTO
private Integer
private List
<AffectedComponentEntity> private String
private String
private OffsetDateTime
private List
<ParameterContextUpdateStepDTO> 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 updatedGet parameterContextA value between 0 and 100 (inclusive) indicating how close the request is to completionThe components that are referenced by the update.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 completedparameterContext
(ParameterContextDTO parameterContext) 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
-
referencingComponents
-
-
Constructor Details
-
ParameterContextUpdateRequestDTO
public ParameterContextUpdateRequestDTO()
-
-
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
-
getReferencingComponents
The components that are referenced by the update.- Returns:
- referencingComponents
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-