Class ConnectionStatusDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ConnectionStatusDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ConnectionStatusDTO
extends Object
ConnectionStatusDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNodeSnapshotsItem
(NodeConnectionStatusSnapshotDTO nodeSnapshotsItem) aggregateSnapshot
(ConnectionStatusSnapshotDTO aggregateSnapshot) destinationId
(String destinationId) destinationName
(String destinationName) boolean
Get aggregateSnapshotThe ID of the destination componentThe name of the destination componentThe ID of the Process Group that the connection belongs togetId()
The ID of the connectiongetName()
The name of the connectionA list of status snapshots for each nodeThe ID of the source componentThe name of the source componentThe timestamp of when the stats were last refreshedint
hashCode()
nodeSnapshots
(List<NodeConnectionStatusSnapshotDTO> nodeSnapshots) void
setAggregateSnapshot
(ConnectionStatusSnapshotDTO aggregateSnapshot) void
setDestinationId
(String destinationId) void
setDestinationName
(String destinationName) void
setGroupId
(String groupId) void
void
void
setNodeSnapshots
(List<NodeConnectionStatusSnapshotDTO> nodeSnapshots) void
setSourceId
(String sourceId) void
setSourceName
(String sourceName) void
setStatsLastRefreshed
(String statsLastRefreshed) sourceName
(String sourceName) statsLastRefreshed
(String statsLastRefreshed) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
groupId
-
name
-
statsLastRefreshed
-
sourceId
-
sourceName
-
destinationId
-
destinationName
-
aggregateSnapshot
-
nodeSnapshots
-
-
Constructor Details
-
ConnectionStatusDTO
public ConnectionStatusDTO()
-
-
Method Details
-
id
-
getId
The ID of the connection- Returns:
- id
-
setId
-
groupId
-
getGroupId
The ID of the Process Group that the connection belongs to- Returns:
- groupId
-
setGroupId
-
name
-
getName
The name of the connection- Returns:
- name
-
setName
-
statsLastRefreshed
-
getStatsLastRefreshed
The timestamp of when the stats were last refreshed- Returns:
- statsLastRefreshed
-
setStatsLastRefreshed
-
sourceId
-
getSourceId
The ID of the source component- Returns:
- sourceId
-
setSourceId
-
sourceName
-
getSourceName
The name of the source component- Returns:
- sourceName
-
setSourceName
-
destinationId
-
getDestinationId
The ID of the destination component- Returns:
- destinationId
-
setDestinationId
-
destinationName
-
getDestinationName
The name of the destination component- Returns:
- destinationName
-
setDestinationName
-
aggregateSnapshot
-
getAggregateSnapshot
Get aggregateSnapshot- Returns:
- aggregateSnapshot
-
setAggregateSnapshot
-
nodeSnapshots
-
addNodeSnapshotsItem
-
getNodeSnapshots
A list of status snapshots for each node- Returns:
- nodeSnapshots
-
setNodeSnapshots
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-