Class RemoteProcessGroupStatusSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.RemoteProcessGroupStatusSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class RemoteProcessGroupStatusSnapshotDTO
extends Object
RemoteProcessGroupStatusSnapshotDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveThreadCount
(Integer activeThreadCount) bytesReceived
(Long bytesReceived) boolean
flowFilesReceived
(Integer flowFilesReceived) flowFilesSent
(Integer flowFilesSent) The number of active threads for the remote process group.The size of the FlowFiles received from the remote process group in the last 5 minutes.The size of the FlowFiles sent to the remote process group in the last 5 minutes.The number of FlowFiles received from the remote process group in the last 5 minutes.The number of FlowFiles sent to the remote process group in the last 5 minutes.The id of the parent process group the remote process group resides in.getId()
The id of the remote process group.getName()
The name of the remote process group.The count/size of the flowfiles received from the remote process group in the last 5 minutes.getSent()
The count/size of the flowfiles sent to the remote process group in the last 5 minutes.The URI of the target system.The transmission status of the remote process group.int
hashCode()
void
setActiveThreadCount
(Integer activeThreadCount) void
setBytesReceived
(Long bytesReceived) void
setBytesSent
(Long bytesSent) void
setFlowFilesReceived
(Integer flowFilesReceived) void
setFlowFilesSent
(Integer flowFilesSent) void
setGroupId
(String groupId) void
void
void
setReceived
(String received) void
void
setTargetUri
(String targetUri) void
setTransmissionStatus
(String transmissionStatus) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
transmissionStatus
(String transmissionStatus)
-
Field Details
-
id
-
groupId
-
name
-
targetUri
-
transmissionStatus
-
activeThreadCount
-
flowFilesSent
-
bytesSent
-
sent
-
flowFilesReceived
-
bytesReceived
-
received
-
-
Constructor Details
-
RemoteProcessGroupStatusSnapshotDTO
public RemoteProcessGroupStatusSnapshotDTO()
-
-
Method Details
-
id
-
getId
The id of the remote process group.- Returns:
- id
-
setId
-
groupId
-
getGroupId
The id of the parent process group the remote process group resides in.- Returns:
- groupId
-
setGroupId
-
name
-
getName
The name of the remote process group.- Returns:
- name
-
setName
-
targetUri
-
getTargetUri
The URI of the target system.- Returns:
- targetUri
-
setTargetUri
-
transmissionStatus
-
getTransmissionStatus
The transmission status of the remote process group.- Returns:
- transmissionStatus
-
setTransmissionStatus
-
activeThreadCount
-
getActiveThreadCount
The number of active threads for the remote process group.- Returns:
- activeThreadCount
-
setActiveThreadCount
-
flowFilesSent
-
getFlowFilesSent
The number of FlowFiles sent to the remote process group in the last 5 minutes.- Returns:
- flowFilesSent
-
setFlowFilesSent
-
bytesSent
-
getBytesSent
The size of the FlowFiles sent to the remote process group in the last 5 minutes.- Returns:
- bytesSent
-
setBytesSent
-
sent
-
getSent
The count/size of the flowfiles sent to the remote process group in the last 5 minutes.- Returns:
- sent
-
setSent
-
flowFilesReceived
-
getFlowFilesReceived
The number of FlowFiles received from the remote process group in the last 5 minutes.- Returns:
- flowFilesReceived
-
setFlowFilesReceived
-
bytesReceived
-
getBytesReceived
The size of the FlowFiles received from the remote process group in the last 5 minutes.- Returns:
- bytesReceived
-
setBytesReceived
-
received
-
getReceived
The count/size of the flowfiles received from the remote process group in the last 5 minutes.- Returns:
- received
-
setReceived
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-