Class ComponentDifferenceDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ComponentDifferenceDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ComponentDifferenceDTO
extends Object
ComponentDifferenceDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDifferencesItem
(DifferenceDTO differencesItem) componentId
(String componentId) componentName
(String componentName) componentType
(String componentType) differences
(List<DifferenceDTO> differences) boolean
The ID of the componentThe name of the componentThe type of componentThe differences in the component between the two flowsThe ID of the Process Group that the component belongs toint
hashCode()
processGroupId
(String processGroupId) void
setComponentId
(String componentId) void
setComponentName
(String componentName) void
setComponentType
(String componentType) void
setDifferences
(List<DifferenceDTO> differences) void
setProcessGroupId
(String processGroupId) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
componentType
-
componentId
-
componentName
-
processGroupId
-
differences
-
-
Constructor Details
-
ComponentDifferenceDTO
public ComponentDifferenceDTO()
-
-
Method Details
-
componentType
-
getComponentType
The type of component- Returns:
- componentType
-
setComponentType
-
componentId
-
getComponentId
The ID of the component- Returns:
- componentId
-
setComponentId
-
componentName
-
getComponentName
The name of the component- Returns:
- componentName
-
setComponentName
-
processGroupId
-
getProcessGroupId
The ID of the Process Group that the component belongs to- Returns:
- processGroupId
-
setProcessGroupId
-
differences
-
addDifferencesItem
-
getDifferences
The differences in the component between the two flows- Returns:
- differences
-
setDifferences
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-