Class NodeDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.NodeDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class NodeDTO
extends Object
NodeDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The active threads for the NiFi on the node.The node's host/ip address.The port the node is listening for API requests.The time of the node's last connection request.The node's events.the time of the nodes's last heartbeat.The id of the node.The time at which this Node was last refreshed.The queue the NiFi on the node.getRoles()
The roles of this node.The node's status.int
hashCode()
void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
nodeId
-
address
-
apiPort
-
status
-
heartbeat
-
connectionRequested
-
roles
-
activeThreadCount
-
queued
-
events
-
nodeStartTime
-
-
Constructor Details
-
NodeDTO
public NodeDTO()
-
-
Method Details
-
getNodeId
The id of the node.- Returns:
- nodeId
-
getAddress
The node's host/ip address.- Returns:
- address
-
getApiPort
The port the node is listening for API requests.- Returns:
- apiPort
-
status
-
getStatus
The node's status.- Returns:
- status
-
setStatus
-
getHeartbeat
the time of the nodes's last heartbeat.- Returns:
- heartbeat
-
getConnectionRequested
The time of the node's last connection request.- Returns:
- connectionRequested
-
getRoles
The roles of this node.- Returns:
- roles
-
getActiveThreadCount
The active threads for the NiFi on the node.- Returns:
- activeThreadCount
-
getQueued
The queue the NiFi on the node.- Returns:
- queued
-
getEvents
The node's events.- Returns:
- events
-
getNodeStartTime
The time at which this Node was last refreshed.- Returns:
- nodeStartTime
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-