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 Summary
FieldsModifier and TypeFieldDescriptionprivate Boolean
private String
private OffsetDateTime
private List
<ParameterContextUpdateEntity> private ParameterProviderDTO
private Integer
private List
<AffectedComponentEntity> private String
private String
private OffsetDateTime
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 updatedThe Parameter Contexts updated by this Parameter Provider.Get parameterProviderA 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 completedparameterProvider
(ParameterProviderDTO parameterProvider) void
setParameterProvider
(ParameterProviderDTO parameterProvider) 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
-
parameterProvider
-
parameterContextUpdates
-
referencingComponents
-
-
Constructor Details
-
ParameterProviderApplyParametersRequestDTO
public ParameterProviderApplyParametersRequestDTO()
-
-
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
-
parameterProvider
public ParameterProviderApplyParametersRequestDTO parameterProvider(ParameterProviderDTO parameterProvider) -
getParameterProvider
Get parameterProvider- Returns:
- parameterProvider
-
setParameterProvider
-
getParameterContextUpdates
The Parameter Contexts updated by this Parameter Provider. This may not be populated until the request has successfully completed.- Returns:
- parameterContextUpdates
-
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).
-