Class PortStatusSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.PortStatusSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class PortStatusSnapshotDTO
extends Object
PortStatusSnapshotDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The run status of the port. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveThreadCount
(Integer activeThreadCount) boolean
flowFilesIn
(Integer flowFilesIn) flowFilesOut
(Integer flowFilesOut) The active thread count for the port.The size of hte FlowFiles that have been accepted in the last 5 minutes.The number of bytes that have been processed in the last 5 minutes.The number of FlowFiles that have been accepted in the last 5 minutes.The number of FlowFiles that have been processed in the last 5 minutes.The id of the parent process group of the port.getId()
The id of the port.getInput()
The count/size of flowfiles that have been accepted in the last 5 minutes.getName()
The name of the port.The count/size of flowfiles that have been processed in the last 5 minutes.The run status of the port.int
hashCode()
Whether the port has incoming or outgoing connections to a remote NiFi.runStatus
(PortStatusSnapshotDTO.RunStatusEnum runStatus) void
setActiveThreadCount
(Integer activeThreadCount) void
setBytesIn
(Long bytesIn) void
setBytesOut
(Long bytesOut) void
setFlowFilesIn
(Integer flowFilesIn) void
setFlowFilesOut
(Integer flowFilesOut) void
setGroupId
(String groupId) void
void
void
void
void
setRunStatus
(PortStatusSnapshotDTO.RunStatusEnum runStatus) void
setTransmitting
(Boolean transmitting) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
transmitting
(Boolean transmitting)
-
Field Details
-
id
-
groupId
-
name
-
activeThreadCount
-
flowFilesIn
-
bytesIn
-
input
-
flowFilesOut
-
bytesOut
-
output
-
transmitting
-
runStatus
-
-
Constructor Details
-
PortStatusSnapshotDTO
public PortStatusSnapshotDTO()
-
-
Method Details
-
id
-
getId
The id of the port.- Returns:
- id
-
setId
-
groupId
-
getGroupId
The id of the parent process group of the port.- Returns:
- groupId
-
setGroupId
-
name
-
getName
The name of the port.- Returns:
- name
-
setName
-
activeThreadCount
-
getActiveThreadCount
The active thread count for the port.- Returns:
- activeThreadCount
-
setActiveThreadCount
-
flowFilesIn
-
getFlowFilesIn
The number of FlowFiles that have been accepted in the last 5 minutes.- Returns:
- flowFilesIn
-
setFlowFilesIn
-
bytesIn
-
getBytesIn
The size of hte FlowFiles that have been accepted in the last 5 minutes.- Returns:
- bytesIn
-
setBytesIn
-
input
-
getInput
The count/size of flowfiles that have been accepted in the last 5 minutes.- Returns:
- input
-
setInput
-
flowFilesOut
-
getFlowFilesOut
The number of FlowFiles that have been processed in the last 5 minutes.- Returns:
- flowFilesOut
-
setFlowFilesOut
-
bytesOut
-
getBytesOut
The number of bytes that have been processed in the last 5 minutes.- Returns:
- bytesOut
-
setBytesOut
-
output
-
getOutput
The count/size of flowfiles that have been processed in the last 5 minutes.- Returns:
- output
-
setOutput
-
transmitting
-
isTransmitting
Whether the port has incoming or outgoing connections to a remote NiFi.- Returns:
- transmitting
-
setTransmitting
-
runStatus
-
getRunStatus
The run status of the port.- Returns:
- runStatus
-
setRunStatus
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-