Class ParameterProviderApplyParametersRequestDTO

java.lang.Object
org.apache.nifi.api.toolkit.model.ParameterProviderApplyParametersRequestDTO

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]") public class ParameterProviderApplyParametersRequestDTO extends Object
ParameterProviderApplyParametersRequestDTO
  • Field Details

  • Constructor Details

    • ParameterProviderApplyParametersRequestDTO

      public ParameterProviderApplyParametersRequestDTO()
  • 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

      The steps that are required in order to complete the request, along with the status of each
      Returns:
      updateSteps
    • parameterProvider

      public ParameterProviderApplyParametersRequestDTO parameterProvider(ParameterProviderDTO parameterProvider)
    • getParameterProvider

      public ParameterProviderDTO getParameterProvider()
      Get parameterProvider
      Returns:
      parameterProvider
    • setParameterProvider

      public void setParameterProvider(ParameterProviderDTO parameterProvider)
    • getParameterContextUpdates

      public List<ParameterContextUpdateEntity> getParameterContextUpdates()
      The Parameter Contexts updated by this Parameter Provider. This may not be populated until the request has successfully completed.
      Returns:
      parameterContextUpdates
    • 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).