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 Details

  • Constructor Details

    • ParameterContextUpdateRequestDTO

      public ParameterContextUpdateRequestDTO()
  • Method Details

    • getRequestId

      public String getRequestId()
      The ID of the request
      Returns:
      requestId
    • getUri

      public String getUri()
      The URI for the request
      Returns:
      uri
    • getSubmissionTime

      public OffsetDateTime getSubmissionTime()
      The timestamp of when the request was submitted
      Returns:
      submissionTime
    • getLastUpdated

      public OffsetDateTime getLastUpdated()
      The timestamp of when the request was last updated
      Returns:
      lastUpdated
    • isComplete

      public Boolean isComplete()
      Whether or not the request is completed
      Returns:
      complete
    • getFailureReason

      public String getFailureReason()
      The reason for the request failing, or null if the request has not failed
      Returns:
      failureReason
    • getPercentCompleted

      public Integer getPercentCompleted()
      A value between 0 and 100 (inclusive) indicating how close the request is to completion
      Returns:
      percentCompleted
    • getState

      public String getState()
      A description of the current state of the request
      Returns:
      state
    • getUpdateSteps

      public List<ParameterContextUpdateStepDTO> getUpdateSteps()
      The steps that are required in order to complete the request, along with the status of each
      Returns:
      updateSteps
    • parameterContext

      public ParameterContextUpdateRequestDTO parameterContext(ParameterContextDTO parameterContext)
    • getParameterContext

      public ParameterContextDTO getParameterContext()
      Get parameterContext
      Returns:
      parameterContext
    • setParameterContext

      public void setParameterContext(ParameterContextDTO parameterContext)
    • getReferencingComponents

      public List<AffectedComponentEntity> getReferencingComponents()
      The components that are referenced by the update.
      Returns:
      referencingComponents
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).