Class FlowBreadcrumbEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.FlowBreadcrumbEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class FlowBreadcrumbEntity
extends Object
FlowBreadcrumbEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The current state of the Process Group, as it relates to the Versioned Flow -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FlowBreadcrumbDTO
private String
private FlowBreadcrumbEntity
private PermissionsDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbreadcrumb
(FlowBreadcrumbDTO breadcrumb) boolean
Get breadcrumbgetId()
The id of this ancestor ProcessGroup.Get parentBreadcrumbGet permissionsThe current state of the Process Group, as it relates to the Versioned Flowint
hashCode()
parentBreadcrumb
(FlowBreadcrumbEntity parentBreadcrumb) permissions
(PermissionsDTO permissions) void
setBreadcrumb
(FlowBreadcrumbDTO breadcrumb) void
void
setParentBreadcrumb
(FlowBreadcrumbEntity parentBreadcrumb) void
setPermissions
(PermissionsDTO permissions) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
permissions
-
versionedFlowState
-
breadcrumb
-
parentBreadcrumb
-
-
Constructor Details
-
FlowBreadcrumbEntity
public FlowBreadcrumbEntity()
-
-
Method Details
-
id
-
getId
The id of this ancestor ProcessGroup.- Returns:
- id
-
setId
-
permissions
-
getPermissions
Get permissions- Returns:
- permissions
-
setPermissions
-
getVersionedFlowState
The current state of the Process Group, as it relates to the Versioned Flow- Returns:
- versionedFlowState
-
breadcrumb
-
getBreadcrumb
Get breadcrumb- Returns:
- breadcrumb
-
setBreadcrumb
-
parentBreadcrumb
-
getParentBreadcrumb
Get parentBreadcrumb- Returns:
- parentBreadcrumb
-
setParentBreadcrumb
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-