exceptionfactory commented on code in PR #9014:
URL: https://github.com/apache/nifi/pull/9014#discussion_r1684590069
##########
nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ProcessGroupStatusSnapshotDTO.java:
##########
@@ -81,6 +81,9 @@ public class ProcessGroupStatusSnapshotDTO implements
Cloneable {
private Integer terminatedThreadCount = 0;
private Long processingNanos = 0L;
+ @Schema(description = "Represents the processing performance for all the
processors in the given process group.")
+ private ProcessingPerformanceStatusDTO processingPerformanceStatusDTO;
Review Comment:
One important thing to note, the member variables and get/set methods should
not include `DTO`, even though the class name itself should have `DTO`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]