Class CountersDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.CountersDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class CountersDTO
extends Object
CountersDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CountersSnapshotDTO
private List
<NodeCountersSnapshotDTO> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNodeSnapshotsItem
(NodeCountersSnapshotDTO nodeSnapshotsItem) aggregateSnapshot
(CountersSnapshotDTO aggregateSnapshot) boolean
Get aggregateSnapshotA Counters snapshot for each node in the cluster.int
hashCode()
nodeSnapshots
(List<NodeCountersSnapshotDTO> nodeSnapshots) void
setAggregateSnapshot
(CountersSnapshotDTO aggregateSnapshot) void
setNodeSnapshots
(List<NodeCountersSnapshotDTO> 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
-
CountersDTO
public CountersDTO()
-
-
Method Details
-
aggregateSnapshot
-
getAggregateSnapshot
Get aggregateSnapshot- Returns:
- aggregateSnapshot
-
setAggregateSnapshot
-
nodeSnapshots
-
addNodeSnapshotsItem
-
getNodeSnapshots
A Counters 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).
-