public class ComponentDifferenceDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
componentId |
private String |
componentName |
private String |
componentType |
private List<DifferenceDTO> |
differences |
private String |
processGroupId |
| Constructor and Description |
|---|
ComponentDifferenceDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getComponentId() |
String |
getComponentName() |
String |
getComponentType() |
List<DifferenceDTO> |
getDifferences() |
String |
getProcessGroupId() |
int |
hashCode() |
void |
setComponentId(String componentId) |
void |
setComponentName(String componentName) |
void |
setComponentType(String componentType) |
void |
setDifferences(List<DifferenceDTO> differences) |
void |
setProcessGroupId(String processGroupId) |
private String componentType
private String componentId
private String componentName
private String processGroupId
private List<DifferenceDTO> differences
public String getComponentType()
public void setComponentType(String componentType)
public String getComponentId()
public void setComponentId(String componentId)
public String getComponentName()
public void setComponentName(String componentName)
public String getProcessGroupId()
public void setProcessGroupId(String processGroupId)
public List<DifferenceDTO> getDifferences()
public void setDifferences(List<DifferenceDTO> differences)
Copyright © 2023 Apache NiFi Project. All rights reserved.