Class ProcessGroupFlowDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ProcessGroupFlowDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProcessGroupFlowDTO
extends Object
ProcessGroupFlowDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FlowBreadcrumbEntity
private FlowDTO
private String
private String
private ParameterContextReferenceEntity
private String
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbreadcrumb
(FlowBreadcrumbEntity breadcrumb) boolean
Get breadcrumbgetFlow()
Get flowgetId()
The id of the component.The time the flow for the process group was last refreshed.Get parameterContextThe id of parent process group of this component if applicable.getUri()
The URI for futures requests to the component.int
hashCode()
lastRefreshed
(String lastRefreshed) parameterContext
(ParameterContextReferenceEntity parameterContext) parentGroupId
(String parentGroupId) void
setBreadcrumb
(FlowBreadcrumbEntity breadcrumb) void
void
void
setLastRefreshed
(String lastRefreshed) void
setParameterContext
(ParameterContextReferenceEntity parameterContext) void
setParentGroupId
(String parentGroupId) void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
uri
-
parentGroupId
-
parameterContext
-
breadcrumb
-
flow
-
lastRefreshed
-
-
Constructor Details
-
ProcessGroupFlowDTO
public ProcessGroupFlowDTO()
-
-
Method Details
-
id
-
getId
The id of the component.- Returns:
- id
-
setId
-
uri
-
getUri
The URI for futures requests to the component.- Returns:
- uri
-
setUri
-
parentGroupId
-
getParentGroupId
The id of parent process group of this component if applicable.- Returns:
- parentGroupId
-
setParentGroupId
-
parameterContext
-
getParameterContext
Get parameterContext- Returns:
- parameterContext
-
setParameterContext
-
breadcrumb
-
getBreadcrumb
Get breadcrumb- Returns:
- breadcrumb
-
setBreadcrumb
-
flow
-
getFlow
Get flow- Returns:
- flow
-
setFlow
-
lastRefreshed
-
getLastRefreshed
The time the flow for the process group was last refreshed.- Returns:
- lastRefreshed
-
setLastRefreshed
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-