public class VerifyConfigRequestDTO extends AsynchronousRequestDTO<VerifyConfigUpdateStepDTO>
| Modifier and Type | Field and Description |
|---|---|
private Map<String,String> |
attributes |
private String |
componentId |
private Map<String,String> |
properties |
private List<ConfigVerificationResultDTO> |
results |
| Constructor and Description |
|---|
VerifyConfigRequestDTO() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
String |
getComponentId() |
Map<String,String> |
getProperties() |
List<ConfigVerificationResultDTO> |
getResults() |
void |
setAttributes(Map<String,String> attributes) |
void |
setComponentId(String componentId) |
void |
setProperties(Map<String,String> properties) |
void |
setResults(List<ConfigVerificationResultDTO> results) |
getFailureReason, getLastUpdated, getPercentCompleted, getRequestId, getState, getSubmissionTime, getUpdateSteps, getUri, isComplete, setComplete, setFailureReason, setLastUpdated, setPercentCompleted, setRequestId, setState, setSubmissionTime, setUpdateSteps, setUriprivate String componentId
private List<ConfigVerificationResultDTO> results
public String getComponentId()
public void setComponentId(String componentId)
public List<ConfigVerificationResultDTO> getResults()
public void setResults(List<ConfigVerificationResultDTO> results)
Copyright © 2023 Apache NiFi Project. All rights reserved.