public class ProcessGroupFlowDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private FlowBreadcrumbEntity |
breadcrumb |
private FlowDTO |
flow |
private String |
id |
private Date |
lastRefreshed |
private ParameterContextReferenceEntity |
parameterContext |
private String |
parentGroupId |
private String |
uri |
| Constructor and Description |
|---|
ProcessGroupFlowDTO() |
| Modifier and Type | Method and Description |
|---|---|
FlowBreadcrumbEntity |
getBreadcrumb()
The breadcrumb for this ProcessGroup flow.
|
FlowDTO |
getFlow() |
String |
getId()
The id for this component.
|
Date |
getLastRefreshed() |
ParameterContextReferenceEntity |
getParameterContext() |
String |
getParentGroupId() |
String |
getUri()
The uri for linking to this component in this NiFi.
|
void |
setBreadcrumb(FlowBreadcrumbEntity breadcrumb) |
void |
setFlow(FlowDTO flow) |
void |
setId(String id) |
void |
setLastRefreshed(Date lastRefreshed) |
void |
setParameterContext(ParameterContextReferenceEntity parameterContext) |
void |
setParentGroupId(String parentGroupId) |
void |
setUri(String uri) |
private String id
private String uri
private String parentGroupId
private ParameterContextReferenceEntity parameterContext
private FlowBreadcrumbEntity breadcrumb
private FlowDTO flow
private Date lastRefreshed
public FlowDTO getFlow()
public void setFlow(FlowDTO flow)
public String getId()
public void setId(String id)
public FlowBreadcrumbEntity getBreadcrumb()
public void setBreadcrumb(FlowBreadcrumbEntity breadcrumb)
public String getParentGroupId()
public void setParentGroupId(String parentGroupId)
public String getUri()
public void setUri(String uri)
public Date getLastRefreshed()
public void setLastRefreshed(Date lastRefreshed)
public ParameterContextReferenceEntity getParameterContext()
public void setParameterContext(ParameterContextReferenceEntity parameterContext)
Copyright © 2023 Apache NiFi Project. All rights reserved.