package cn.chinaunicom.omniFlowNetCompute.pojo; import lombok.Data; @Data public class ThresholdMetricVO { private Integer totalSystems = 5; // 总共5个系统 private Integer configuredCount; // 配置了阈值类指标的系统数 private Integer unconfiguredCount; // 未配置阈值类指标的系统数 private Integer noDataCount; // 7日内没发送数据的系统数 }