Class ProcessGroupStatusDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ProcessGroupStatusDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProcessGroupStatusDTO
extends Object
ProcessGroupStatusDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ProcessGroupStatusSnapshotDTO
private String
private String
private List
<NodeProcessGroupStatusSnapshotDTO> private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNodeSnapshotsItem
(NodeProcessGroupStatusSnapshotDTO nodeSnapshotsItem) aggregateSnapshot
(ProcessGroupStatusSnapshotDTO aggregateSnapshot) boolean
Get aggregateSnapshotgetId()
The ID of the Process GroupgetName()
The name of the Process GroupThe status reported by each node in the cluster.The time the status for the process group was last refreshed.int
hashCode()
nodeSnapshots
(List<NodeProcessGroupStatusSnapshotDTO> nodeSnapshots) void
setAggregateSnapshot
(ProcessGroupStatusSnapshotDTO aggregateSnapshot) void
void
void
setNodeSnapshots
(List<NodeProcessGroupStatusSnapshotDTO> nodeSnapshots) void
setStatsLastRefreshed
(String statsLastRefreshed) 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
-
name
-
statsLastRefreshed
-
aggregateSnapshot
-
nodeSnapshots
-
-
Constructor Details
-
ProcessGroupStatusDTO
public ProcessGroupStatusDTO()
-
-
Method Details
-
id
-
getId
The ID of the Process Group- Returns:
- id
-
setId
-
name
-
getName
The name of the Process Group- Returns:
- name
-
setName
-
statsLastRefreshed
-
getStatsLastRefreshed
The time the status for the process group was last refreshed.- Returns:
- statsLastRefreshed
-
setStatsLastRefreshed
-
aggregateSnapshot
-
getAggregateSnapshot
Get aggregateSnapshot- Returns:
- aggregateSnapshot
-
setAggregateSnapshot
-
nodeSnapshots
-
addNodeSnapshotsItem
public ProcessGroupStatusDTO addNodeSnapshotsItem(NodeProcessGroupStatusSnapshotDTO nodeSnapshotsItem) -
getNodeSnapshots
The status reported by each node in the cluster. If the NiFi instance is a standalone instance, rather than a clustered instance, this value 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).
-