Class ConnectionDiagnosticsDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ConnectionDiagnosticsDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ConnectionDiagnosticsDTO
extends Object
ConnectionDiagnosticsDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ConnectionDiagnosticsSnapshotDTO
private ConnectionDTO
private List
<ConnectionDiagnosticsSnapshotDTO> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregateSnapshot
(ConnectionDiagnosticsSnapshotDTO aggregateSnapshot) connection
(ConnectionDTO connection) boolean
Get aggregateSnapshotGet connectionA list of values for each node in the cluster, if clustered.int
hashCode()
void
setAggregateSnapshot
(ConnectionDiagnosticsSnapshotDTO aggregateSnapshot) void
setConnection
(ConnectionDTO connection) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
connection
-
aggregateSnapshot
-
nodeSnapshots
-
-
Constructor Details
-
ConnectionDiagnosticsDTO
public ConnectionDiagnosticsDTO()
-
-
Method Details
-
connection
-
getConnection
Get connection- Returns:
- connection
-
setConnection
-
aggregateSnapshot
public ConnectionDiagnosticsDTO aggregateSnapshot(ConnectionDiagnosticsSnapshotDTO aggregateSnapshot) -
getAggregateSnapshot
Get aggregateSnapshot- Returns:
- aggregateSnapshot
-
setAggregateSnapshot
-
getNodeSnapshots
A list of values for each node in the cluster, if clustered.- Returns:
- nodeSnapshots
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-