Class VerifyConfigRequestDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.VerifyConfigRequestDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class VerifyConfigRequestDTO
extends Object
VerifyConfigRequestDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Boolean
private String
private String
private OffsetDateTime
private Integer
private String
private List
<ConfigVerificationResultDTO> private String
private OffsetDateTime
private List
<VerifyConfigUpdateStepDTO> private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes
(Map<String, String> attributes) componentId
(String componentId) boolean
FlowFile Attributes that should be used to evaluate Expression Language for resolving property valuesThe ID of the component whose configuration was verifiedThe reason for the request failing, or null if the request has not failedThe timestamp of when the request was last updatedA value between 0 and 100 (inclusive) indicating how close the request is to completionThe configured component propertiesThe ID of the requestThe Results of the verificationgetState()
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 completedproperties
(Map<String, String> properties) putAttributesItem
(String key, String attributesItem) putPropertiesItem
(String key, String propertiesItem) void
setAttributes
(Map<String, String> attributes) void
setComponentId
(String componentId) void
setProperties
(Map<String, String> properties) 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
-
componentId
-
properties
-
attributes
-
results
-
-
Constructor Details
-
VerifyConfigRequestDTO
public VerifyConfigRequestDTO()
-
-
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
-
componentId
-
getComponentId
The ID of the component whose configuration was verified- Returns:
- componentId
-
setComponentId
-
properties
-
putPropertiesItem
-
getProperties
The configured component properties- Returns:
- properties
-
setProperties
-
attributes
-
putAttributesItem
-
getAttributes
FlowFile Attributes that should be used to evaluate Expression Language for resolving property values- Returns:
- attributes
-
setAttributes
-
getResults
The Results of the verification- Returns:
- results
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-