Class ControllerDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ControllerDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ControllerDTO
extends Object
ControllerDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveRemotePortCount
(Integer activeRemotePortCount) addInputPortsItem
(PortDTO inputPortsItem) addOutputPortsItem
(PortDTO outputPortsItem) disabledCount
(Integer disabledCount) boolean
The number of active remote ports contained in the NiFi.The comments for the NiFi.The number of disabled components in the NiFi.getId()
The id of the NiFi.The number of inactive remote ports contained in the NiFi.The number of input ports contained in the NiFi.The input ports available to send data to for the NiFi.If clustered, the id of the Cluster Manager, otherwise the id of the NiFi.The number of invalid components in the NiFi.getName()
The name of the NiFi.The number of output ports in the NiFi.The output ports available to received data from the NiFi.The HTTP(S) Port on which this instance is listening for Remote Transfers of Flow Files.The Socket Port on which this instance is listening for Remote Transfers of Flow Files.The number of running components in the NiFi.The number of stopped components in the NiFi.int
hashCode()
inactiveRemotePortCount
(Integer inactiveRemotePortCount) inputPortCount
(Integer inputPortCount) inputPorts
(List<PortDTO> inputPorts) instanceId
(String instanceId) invalidCount
(Integer invalidCount) Indicates whether or not Site-to-Site communications with this instance is secure (2-way authentication).outputPortCount
(Integer outputPortCount) outputPorts
(List<PortDTO> outputPorts) remoteSiteHttpListeningPort
(Integer remoteSiteHttpListeningPort) remoteSiteListeningPort
(Integer remoteSiteListeningPort) runningCount
(Integer runningCount) void
setActiveRemotePortCount
(Integer activeRemotePortCount) void
setComments
(String comments) void
setDisabledCount
(Integer disabledCount) void
void
setInactiveRemotePortCount
(Integer inactiveRemotePortCount) void
setInputPortCount
(Integer inputPortCount) void
setInputPorts
(List<PortDTO> inputPorts) void
setInstanceId
(String instanceId) void
setInvalidCount
(Integer invalidCount) void
void
setOutputPortCount
(Integer outputPortCount) void
setOutputPorts
(List<PortDTO> outputPorts) void
setRemoteSiteHttpListeningPort
(Integer remoteSiteHttpListeningPort) void
setRemoteSiteListeningPort
(Integer remoteSiteListeningPort) void
setRunningCount
(Integer runningCount) void
setSiteToSiteSecure
(Boolean siteToSiteSecure) void
setStoppedCount
(Integer stoppedCount) siteToSiteSecure
(Boolean siteToSiteSecure) stoppedCount
(Integer stoppedCount) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
name
-
comments
-
runningCount
-
stoppedCount
-
invalidCount
-
disabledCount
-
activeRemotePortCount
-
inactiveRemotePortCount
-
inputPortCount
-
outputPortCount
-
remoteSiteListeningPort
-
remoteSiteHttpListeningPort
-
siteToSiteSecure
-
instanceId
-
inputPorts
-
outputPorts
-
-
Constructor Details
-
ControllerDTO
public ControllerDTO()
-
-
Method Details
-
id
-
getId
The id of the NiFi.- Returns:
- id
-
setId
-
name
-
getName
The name of the NiFi.- Returns:
- name
-
setName
-
comments
-
getComments
The comments for the NiFi.- Returns:
- comments
-
setComments
-
runningCount
-
getRunningCount
The number of running components in the NiFi.- Returns:
- runningCount
-
setRunningCount
-
stoppedCount
-
getStoppedCount
The number of stopped components in the NiFi.- Returns:
- stoppedCount
-
setStoppedCount
-
invalidCount
-
getInvalidCount
The number of invalid components in the NiFi.- Returns:
- invalidCount
-
setInvalidCount
-
disabledCount
-
getDisabledCount
The number of disabled components in the NiFi.- Returns:
- disabledCount
-
setDisabledCount
-
activeRemotePortCount
-
getActiveRemotePortCount
The number of active remote ports contained in the NiFi.- Returns:
- activeRemotePortCount
-
setActiveRemotePortCount
-
inactiveRemotePortCount
-
getInactiveRemotePortCount
The number of inactive remote ports contained in the NiFi.- Returns:
- inactiveRemotePortCount
-
setInactiveRemotePortCount
-
inputPortCount
-
getInputPortCount
The number of input ports contained in the NiFi.- Returns:
- inputPortCount
-
setInputPortCount
-
outputPortCount
-
getOutputPortCount
The number of output ports in the NiFi.- Returns:
- outputPortCount
-
setOutputPortCount
-
remoteSiteListeningPort
-
getRemoteSiteListeningPort
The Socket Port on which this instance is listening for Remote Transfers of Flow Files. If this instance is not configured to receive Flow Files from remote instances, this will be null.- Returns:
- remoteSiteListeningPort
-
setRemoteSiteListeningPort
-
remoteSiteHttpListeningPort
-
getRemoteSiteHttpListeningPort
The HTTP(S) Port on which this instance is listening for Remote Transfers of Flow Files. If this instance is not configured to receive Flow Files from remote instances, this will be null.- Returns:
- remoteSiteHttpListeningPort
-
setRemoteSiteHttpListeningPort
-
siteToSiteSecure
-
isSiteToSiteSecure
Indicates whether or not Site-to-Site communications with this instance is secure (2-way authentication).- Returns:
- siteToSiteSecure
-
setSiteToSiteSecure
-
instanceId
-
getInstanceId
If clustered, the id of the Cluster Manager, otherwise the id of the NiFi.- Returns:
- instanceId
-
setInstanceId
-
inputPorts
-
addInputPortsItem
-
getInputPorts
The input ports available to send data to for the NiFi.- Returns:
- inputPorts
-
setInputPorts
-
outputPorts
-
addOutputPortsItem
-
getOutputPorts
The output ports available to received data from the NiFi.- Returns:
- outputPorts
-
setOutputPorts
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-