public class ComponentReferenceEntity extends ComponentEntity
ComponentReferenceDTO.| Modifier and Type | Field and Description |
|---|---|
private ComponentReferenceDTO |
component |
private String |
parentGroupId |
| Constructor and Description |
|---|
ComponentReferenceEntity() |
| Modifier and Type | Method and Description |
|---|---|
ComponentReferenceDTO |
getComponent()
The
ComponentReferenceDTO that is being serialized. |
String |
getParentGroupId() |
void |
setComponent(ComponentReferenceDTO component) |
void |
setParentGroupId(String parentGroupId) |
equals, getBulletins, getId, getPermissions, getPosition, getRevision, getUri, hashCode, isDisconnectedNodeAcknowledged, setBulletins, setDisconnectedNodeAcknowledged, setId, setPermissions, setPosition, setRevision, setUriprivate String parentGroupId
private ComponentReferenceDTO component
public String getParentGroupId()
public void setParentGroupId(String parentGroupId)
public ComponentReferenceDTO getComponent()
ComponentReferenceDTO that is being serialized.ComponentReferenceDTO objectpublic void setComponent(ComponentReferenceDTO component)
Copyright © 2023 Apache NiFi Project. All rights reserved.