Class ConnectionEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ConnectionEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ConnectionEntity
extends Object
ConnectionEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The type of component the destination connectable is.static enum
The type of component the source connectable is. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List
<PositionDTO> private List
<BulletinEntity> private ConnectionDTO
private String
private String
private Boolean
private Long
private String
private Integer
private PermissionsDTO
private PositionDTO
private RevisionDTO
private String
private String
private ConnectionEntity.SourceTypeEnum
private ConnectionStatusDTO
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBendsItem
(PositionDTO bendsItem) addBulletinsItem
(BulletinEntity bulletinsItem) bends
(List<PositionDTO> bends) bulletins
(List<BulletinEntity> bulletins) component
(ConnectionDTO component) destinationGroupId
(String destinationGroupId) destinationId
(String destinationId) destinationType
(ConnectionEntity.DestinationTypeEnum destinationType) disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) boolean
getBends()
The bend points on the connection.The bulletins for this component.Get componentThe identifier of the group of the destination of this connection.The identifier of the destination of this connection.The type of component the destination connectable is.The z index of the connection.getId()
The id of the component.The index of the bend point where to place the connection label.Get permissionsGet positionGet revisionThe identifier of the group of the source of this connection.The identifier of the source of this connection.The type of component the source connectable is.Get statusgetUri()
The URI for futures requests to the component.int
hashCode()
Acknowledges that this node is disconnected to allow for mutable requests to proceed.labelIndex
(Integer labelIndex) permissions
(PermissionsDTO permissions) position
(PositionDTO position) revision
(RevisionDTO revision) void
setBends
(List<PositionDTO> bends) void
setBulletins
(List<BulletinEntity> bulletins) void
setComponent
(ConnectionDTO component) void
setDestinationGroupId
(String destinationGroupId) void
setDestinationId
(String destinationId) void
setDestinationType
(ConnectionEntity.DestinationTypeEnum destinationType) void
setDisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) void
setGetzIndex
(Long getzIndex) void
void
setLabelIndex
(Integer labelIndex) void
setPermissions
(PermissionsDTO permissions) void
setPosition
(PositionDTO position) void
setRevision
(RevisionDTO revision) void
setSourceGroupId
(String sourceGroupId) void
setSourceId
(String sourceId) void
setSourceType
(ConnectionEntity.SourceTypeEnum sourceType) void
setStatus
(ConnectionStatusDTO status) void
sourceGroupId
(String sourceGroupId) sourceType
(ConnectionEntity.SourceTypeEnum sourceType) status
(ConnectionStatusDTO 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
-
status
-
bends
-
labelIndex
-
getzIndex
-
sourceId
-
sourceGroupId
-
sourceType
-
destinationId
-
destinationGroupId
-
destinationType
-
-
Constructor Details
-
ConnectionEntity
public ConnectionEntity()
-
-
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
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
bends
-
addBendsItem
-
getBends
The bend points on the connection.- Returns:
- bends
-
setBends
-
labelIndex
-
getLabelIndex
The index of the bend point where to place the connection label.- Returns:
- labelIndex
-
setLabelIndex
-
getzIndex
-
getGetzIndex
The z index of the connection.- Returns:
- getzIndex
-
setGetzIndex
-
sourceId
-
getSourceId
The identifier of the source of this connection.- Returns:
- sourceId
-
setSourceId
-
sourceGroupId
-
getSourceGroupId
The identifier of the group of the source of this connection.- Returns:
- sourceGroupId
-
setSourceGroupId
-
sourceType
-
getSourceType
The type of component the source connectable is.- Returns:
- sourceType
-
setSourceType
-
destinationId
-
getDestinationId
The identifier of the destination of this connection.- Returns:
- destinationId
-
setDestinationId
-
destinationGroupId
-
getDestinationGroupId
The identifier of the group of the destination of this connection.- Returns:
- destinationGroupId
-
setDestinationGroupId
-
destinationType
-
getDestinationType
The type of component the destination connectable is.- Returns:
- destinationType
-
setDestinationType
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-