Class PortEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.PortEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class PortEntity
extends Object
PortEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Boolean
private List
<BulletinEntity> private PortDTO
private Boolean
private String
private PermissionsDTO
private PermissionsDTO
private String
private PositionDTO
private RevisionDTO
private PortStatusDTO
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBulletinsItem
(BulletinEntity bulletinsItem) allowRemoteAccess
(Boolean allowRemoteAccess) bulletins
(List<BulletinEntity> bulletins) disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) boolean
The bulletins for this component.Get componentgetId()
The id of the component.Get operatePermissionsGet permissionsGet portTypeGet positionGet revisionGet statusgetUri()
The URI for futures requests to the component.int
hashCode()
Whether this port can be accessed remotely via Site-to-Site protocol.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
setAllowRemoteAccess
(Boolean allowRemoteAccess) void
setBulletins
(List<BulletinEntity> bulletins) void
setComponent
(PortDTO component) void
setDisconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) void
void
setOperatePermissions
(PermissionsDTO operatePermissions) void
setPermissions
(PermissionsDTO permissions) void
setPortType
(String portType) void
setPosition
(PositionDTO position) void
setRevision
(RevisionDTO revision) void
setStatus
(PortStatusDTO status) void
status
(PortStatusDTO 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
-
portType
-
operatePermissions
-
allowRemoteAccess
-
-
Constructor Details
-
PortEntity
public PortEntity()
-
-
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
-
portType
-
getPortType
Get portType- Returns:
- portType
-
setPortType
-
operatePermissions
-
getOperatePermissions
Get operatePermissions- Returns:
- operatePermissions
-
setOperatePermissions
-
allowRemoteAccess
-
isAllowRemoteAccess
Whether this port can be accessed remotely via Site-to-Site protocol.- Returns:
- allowRemoteAccess
-
setAllowRemoteAccess
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-