Class ConnectableDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ConnectableDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ConnectableDTO
extends Object
ConnectableDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The type of component the connectable is. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The comments for the connectable component.The id of the group that the connectable component resides ingetId()
The id of the connectable component.getName()
The name of the connectable componentgetType()
The type of component the connectable is.The ID of the corresponding component that is under version controlint
hashCode()
isExists()
If the connectable component represents a remote port, indicates if the target exists.Reflects the current state of the connectable component.If the connectable component represents a remote port, indicates if the target is configured to transmit.void
setComments
(String comments) void
void
setGroupId
(String groupId) void
void
void
setRunning
(Boolean running) void
setTransmitting
(Boolean transmitting) void
void
setVersionedComponentId
(String versionedComponentId) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
transmitting
(Boolean transmitting) type
(ConnectableDTO.TypeEnum type) versionedComponentId
(String versionedComponentId)
-
Field Details
-
id
-
versionedComponentId
-
type
-
groupId
-
name
-
running
-
transmitting
-
exists
-
comments
-
-
Constructor Details
-
ConnectableDTO
public ConnectableDTO()
-
-
Method Details
-
id
-
getId
The id of the connectable component.- Returns:
- id
-
setId
-
versionedComponentId
-
getVersionedComponentId
The ID of the corresponding component that is under version control- Returns:
- versionedComponentId
-
setVersionedComponentId
-
type
-
getType
The type of component the connectable is.- Returns:
- type
-
setType
-
groupId
-
getGroupId
The id of the group that the connectable component resides in- Returns:
- groupId
-
setGroupId
-
name
-
getName
The name of the connectable component- Returns:
- name
-
setName
-
running
-
isRunning
Reflects the current state of the connectable component.- Returns:
- running
-
setRunning
-
transmitting
-
isTransmitting
If the connectable component represents a remote port, indicates if the target is configured to transmit.- Returns:
- transmitting
-
setTransmitting
-
exists
-
isExists
If the connectable component represents a remote port, indicates if the target exists.- Returns:
- exists
-
setExists
-
comments
-
getComments
The comments for the connectable component.- Returns:
- comments
-
setComments
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-