Class ConnectableComponent
java.lang.Object
org.apache.nifi.api.toolkit.model.ConnectableComponent
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ConnectableComponent
extends Object
ConnectableComponent
-
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.The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated componentgetName()
The name of the connectable componentgetType()
The type of component the connectable is.int
hashCode()
instanceIdentifier
(String instanceIdentifier) void
setComments
(String comments) void
setGroupId
(String groupId) void
void
setInstanceIdentifier
(String instanceIdentifier) void
void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
type
-
groupId
-
name
-
comments
-
instanceIdentifier
-
-
Constructor Details
-
ConnectableComponent
public ConnectableComponent()
-
-
Method Details
-
id
-
getId
The id of the connectable component.- Returns:
- id
-
setId
-
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
-
comments
-
getComments
The comments for the connectable component.- Returns:
- comments
-
setComments
-
instanceIdentifier
-
getInstanceIdentifier
The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component- Returns:
- instanceIdentifier
-
setInstanceIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-