Class RemoteProcessGroupPortDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.RemoteProcessGroupPortDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class RemoteProcessGroupPortDTO
extends Object
RemoteProcessGroupPortDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchSettings
(BatchSettingsDTO batchSettings) concurrentlySchedulableTaskCount
(Integer concurrentlySchedulableTaskCount) boolean
Get batchSettingsThe comments as configured on the target port.The number of task that may transmit flowfiles to the target port concurrently.The id of the remote process group that the port resides in.getId()
The id of the port.getName()
The name of the target port.The id of the target port.The ID of the corresponding component that is under version controlint
hashCode()
Whether the port has either an incoming or outgoing connection.isExists()
Whether the target port exists.Whether the target port is running.Whether the remote port is configured for transmission.Whether the flowfiles are compressed when sent to the target port.void
setBatchSettings
(BatchSettingsDTO batchSettings) void
setComments
(String comments) void
setConcurrentlySchedulableTaskCount
(Integer concurrentlySchedulableTaskCount) void
setConnected
(Boolean connected) void
void
setGroupId
(String groupId) void
void
void
setTargetId
(String targetId) void
setTargetRunning
(Boolean targetRunning) void
setTransmitting
(Boolean transmitting) void
setUseCompression
(Boolean useCompression) void
setVersionedComponentId
(String versionedComponentId) targetRunning
(Boolean targetRunning) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
transmitting
(Boolean transmitting) useCompression
(Boolean useCompression) versionedComponentId
(String versionedComponentId)
-
Field Details
-
id
-
targetId
-
versionedComponentId
-
groupId
-
name
-
comments
-
concurrentlySchedulableTaskCount
-
transmitting
-
useCompression
-
exists
-
targetRunning
-
connected
-
batchSettings
-
-
Constructor Details
-
RemoteProcessGroupPortDTO
public RemoteProcessGroupPortDTO()
-
-
Method Details
-
id
-
getId
The id of the port.- Returns:
- id
-
setId
-
targetId
-
getTargetId
The id of the target port.- Returns:
- targetId
-
setTargetId
-
versionedComponentId
-
getVersionedComponentId
The ID of the corresponding component that is under version control- Returns:
- versionedComponentId
-
setVersionedComponentId
-
groupId
-
getGroupId
The id of the remote process group that the port resides in.- Returns:
- groupId
-
setGroupId
-
name
-
getName
The name of the target port.- Returns:
- name
-
setName
-
comments
-
getComments
The comments as configured on the target port.- Returns:
- comments
-
setComments
-
concurrentlySchedulableTaskCount
public RemoteProcessGroupPortDTO concurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount) -
getConcurrentlySchedulableTaskCount
The number of task that may transmit flowfiles to the target port concurrently.- Returns:
- concurrentlySchedulableTaskCount
-
setConcurrentlySchedulableTaskCount
-
transmitting
-
isTransmitting
Whether the remote port is configured for transmission.- Returns:
- transmitting
-
setTransmitting
-
useCompression
-
isUseCompression
Whether the flowfiles are compressed when sent to the target port.- Returns:
- useCompression
-
setUseCompression
-
exists
-
isExists
Whether the target port exists.- Returns:
- exists
-
setExists
-
targetRunning
-
isTargetRunning
Whether the target port is running.- Returns:
- targetRunning
-
setTargetRunning
-
connected
-
isConnected
Whether the port has either an incoming or outgoing connection.- Returns:
- connected
-
setConnected
-
batchSettings
-
getBatchSettings
Get batchSettings- Returns:
- batchSettings
-
setBatchSettings
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-