Class FlowAnalysisRuleEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.FlowAnalysisRuleEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class FlowAnalysisRuleEntity
extends Object
FlowAnalysisRuleEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List
<BulletinEntity> private FlowAnalysisRuleDTO
private Boolean
private String
private PermissionsDTO
private PermissionsDTO
private PositionDTO
private RevisionDTO
private FlowAnalysisRuleStatusDTO
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBulletinsItem
(BulletinEntity bulletinsItem) bulletins
(List<BulletinEntity> bulletins) component
(FlowAnalysisRuleDTO component) disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) boolean
The bulletins for this component.Get componentgetId()
The id of the component.Get operatePermissionsGet permissionsGet positionGet revisionGet statusgetUri()
The URI for futures requests to the component.int
hashCode()
Acknowledges that this node is disconnected to allow for mutable requests to proceed.operatePermissions
(PermissionsDTO operatePermissions) permissions
(PermissionsDTO permissions) position
(PositionDTO position) revision
(RevisionDTO revision) void
setBulletins
(List<BulletinEntity> bulletins) void
setComponent
(FlowAnalysisRuleDTO component) void
setDisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) void
void
setOperatePermissions
(PermissionsDTO operatePermissions) void
setPermissions
(PermissionsDTO permissions) void
setPosition
(PositionDTO position) void
setRevision
(RevisionDTO revision) void
setStatus
(FlowAnalysisRuleStatusDTO status) void
status
(FlowAnalysisRuleStatusDTO status) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
revision
-
id
-
uri
-
position
-
permissions
-
bulletins
-
disconnectedNodeAcknowledged
-
component
-
operatePermissions
-
status
-
-
Constructor Details
-
FlowAnalysisRuleEntity
public FlowAnalysisRuleEntity()
-
-
Method Details
-
revision
-
getRevision
Get revision- Returns:
- revision
-
setRevision
-
id
-
getId
The id of the component.- Returns:
- id
-
setId
-
uri
-
getUri
The URI for futures requests to the component.- Returns:
- uri
-
setUri
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
permissions
-
getPermissions
Get permissions- Returns:
- permissions
-
setPermissions
-
bulletins
-
addBulletinsItem
-
getBulletins
The bulletins for this component.- Returns:
- bulletins
-
setBulletins
-
disconnectedNodeAcknowledged
-
isDisconnectedNodeAcknowledged
Acknowledges that this node is disconnected to allow for mutable requests to proceed.- Returns:
- disconnectedNodeAcknowledged
-
setDisconnectedNodeAcknowledged
-
component
-
getComponent
Get component- Returns:
- component
-
setComponent
-
operatePermissions
-
getOperatePermissions
Get operatePermissions- Returns:
- operatePermissions
-
setOperatePermissions
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-