public class ConfigurationAnalysisDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
componentId |
private Map<String,String> |
properties |
private Map<String,String> |
referencedAttributes |
private boolean |
supportsVerification |
| Constructor and Description |
|---|
ConfigurationAnalysisDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentId() |
Map<String,String> |
getProperties() |
Map<String,String> |
getReferencedAttributes() |
boolean |
isSupportsVerification() |
void |
setComponentId(String componentId) |
void |
setProperties(Map<String,String> properties) |
void |
setReferencedAttributes(Map<String,String> referencedAttributes) |
void |
setSupportsVerification(boolean supportsVerification) |
private String componentId
private boolean supportsVerification
public String getComponentId()
public void setComponentId(String componentId)
public void setReferencedAttributes(Map<String,String> referencedAttributes)
public boolean isSupportsVerification()
public void setSupportsVerification(boolean supportsVerification)
Copyright © 2023 Apache NiFi Project. All rights reserved.