Class VersionedRemoteGroupPort
java.lang.Object
org.apache.nifi.api.toolkit.model.VersionedRemoteGroupPort
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class VersionedRemoteGroupPort
extends Object
VersionedRemoteGroupPort
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Gets or Sets componentTypestatic enum
The scheduled state of the component -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomponentType
(VersionedRemoteGroupPort.ComponentTypeEnum componentType) concurrentlySchedulableTaskCount
(Integer concurrentlySchedulableTaskCount) boolean
Get batchSizeThe user-supplied comments for the componentGet componentTypeThe number of task that may transmit flowfiles to the target port concurrently.The ID of the Process Group that this component belongs toThe component's unique identifierThe instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated componentgetName()
The component's nameGet positionThe id of the remote process group that the port resides in.The scheduled state of the componentThe ID of the port on the target NiFi instancegroupIdentifier
(String groupIdentifier) int
hashCode()
identifier
(String identifier) instanceIdentifier
(String instanceIdentifier) Whether the flowfiles are compressed when sent to the target port.remoteGroupId
(String remoteGroupId) scheduledState
(VersionedRemoteGroupPort.ScheduledStateEnum scheduledState) void
setBatchSize
(BatchSize batchSize) void
setComments
(String comments) void
setComponentType
(VersionedRemoteGroupPort.ComponentTypeEnum componentType) void
setConcurrentlySchedulableTaskCount
(Integer concurrentlySchedulableTaskCount) void
setGroupIdentifier
(String groupIdentifier) void
setIdentifier
(String identifier) void
setInstanceIdentifier
(String instanceIdentifier) void
void
setPosition
(Position position) void
setRemoteGroupId
(String remoteGroupId) void
setScheduledState
(VersionedRemoteGroupPort.ScheduledStateEnum scheduledState) void
setTargetId
(String targetId) void
setUseCompression
(Boolean useCompression) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
useCompression
(Boolean useCompression)
-
Field Details
-
identifier
-
instanceIdentifier
-
name
-
comments
-
position
-
remoteGroupId
-
concurrentlySchedulableTaskCount
-
useCompression
-
batchSize
-
componentType
-
targetId
-
scheduledState
-
groupIdentifier
-
-
Constructor Details
-
VersionedRemoteGroupPort
public VersionedRemoteGroupPort()
-
-
Method Details
-
identifier
-
getIdentifier
The component's unique identifier- Returns:
- identifier
-
setIdentifier
-
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
-
name
-
getName
The component's name- Returns:
- name
-
setName
-
comments
-
getComments
The user-supplied comments for the component- Returns:
- comments
-
setComments
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
remoteGroupId
-
getRemoteGroupId
The id of the remote process group that the port resides in.- Returns:
- remoteGroupId
-
setRemoteGroupId
-
concurrentlySchedulableTaskCount
public VersionedRemoteGroupPort concurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount) -
getConcurrentlySchedulableTaskCount
The number of task that may transmit flowfiles to the target port concurrently.- Returns:
- concurrentlySchedulableTaskCount
-
setConcurrentlySchedulableTaskCount
-
useCompression
-
isUseCompression
Whether the flowfiles are compressed when sent to the target port.- Returns:
- useCompression
-
setUseCompression
-
batchSize
-
getBatchSize
Get batchSize- Returns:
- batchSize
-
setBatchSize
-
componentType
public VersionedRemoteGroupPort componentType(VersionedRemoteGroupPort.ComponentTypeEnum componentType) -
getComponentType
Get componentType- Returns:
- componentType
-
setComponentType
-
targetId
-
getTargetId
The ID of the port on the target NiFi instance- Returns:
- targetId
-
setTargetId
-
scheduledState
public VersionedRemoteGroupPort scheduledState(VersionedRemoteGroupPort.ScheduledStateEnum scheduledState) -
getScheduledState
The scheduled state of the component- Returns:
- scheduledState
-
setScheduledState
-
groupIdentifier
-
getGroupIdentifier
The ID of the Process Group that this component belongs to- Returns:
- groupIdentifier
-
setGroupIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-