Class SystemDiagnosticsDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.SystemDiagnosticsDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class SystemDiagnosticsDTO
extends Object
SystemDiagnosticsDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SystemDiagnosticsSnapshotDTO
private List
<NodeSystemDiagnosticsSnapshotDTO> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNodeSnapshotsItem
(NodeSystemDiagnosticsSnapshotDTO nodeSnapshotsItem) aggregateSnapshot
(SystemDiagnosticsSnapshotDTO aggregateSnapshot) boolean
Get aggregateSnapshotA systems diagnostics snapshot for each node in the cluster.int
hashCode()
nodeSnapshots
(List<NodeSystemDiagnosticsSnapshotDTO> nodeSnapshots) void
setAggregateSnapshot
(SystemDiagnosticsSnapshotDTO aggregateSnapshot) void
setNodeSnapshots
(List<NodeSystemDiagnosticsSnapshotDTO> nodeSnapshots) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
aggregateSnapshot
-
nodeSnapshots
-
-
Constructor Details
-
SystemDiagnosticsDTO
public SystemDiagnosticsDTO()
-
-
Method Details
-
aggregateSnapshot
-
getAggregateSnapshot
Get aggregateSnapshot- Returns:
- aggregateSnapshot
-
setAggregateSnapshot
-
nodeSnapshots
-
addNodeSnapshotsItem
public SystemDiagnosticsDTO addNodeSnapshotsItem(NodeSystemDiagnosticsSnapshotDTO nodeSnapshotsItem) -
getNodeSnapshots
A systems diagnostics snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null.- 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).
-