public class ComponentReferenceDTO extends ComponentDTO
| Modifier and Type | Field and Description |
|---|---|
private String |
id |
private String |
name |
private String |
parentGroupId |
| Constructor and Description |
|---|
ComponentReferenceDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The id for this component.
|
String |
getName() |
String |
getParentGroupId() |
void |
setId(String id) |
void |
setName(String name) |
void |
setParentGroupId(String parentGroupId) |
equals, getPosition, getVersionedComponentId, hashCode, setPosition, setVersionedComponentId, toStringprivate String id
private String parentGroupId
private String name
public String getId()
getId in class ComponentDTOpublic void setId(String id)
setId in class ComponentDTOpublic String getParentGroupId()
getParentGroupId in class ComponentDTOpublic void setParentGroupId(String parentGroupId)
setParentGroupId in class ComponentDTOpublic String getName()
public void setName(String name)
Copyright © 2023 Apache NiFi Project. All rights reserved.