Class UsageStatisticsReportDTO


  • public class UsageStatisticsReportDTO
    extends Object
    • Constructor Detail

      • UsageStatisticsReportDTO

        public UsageStatisticsReportDTO()
    • Method Detail

      • setSystemId

        public void setSystemId​(String systemId)
      • getSystemId

        public String getSystemId()
      • setOsName

        public void setOsName​(String osName)
      • getOsName

        public String getOsName()
      • setOsVersion

        public void setOsVersion​(String osVersion)
      • getOsVersion

        public String getOsVersion()
      • setOsArch

        public void setOsArch​(String osArch)
      • getOsArch

        public String getOsArch()
      • setVersion

        public void setVersion​(String version)
      • getVersion

        public String getVersion()
      • setPackageName

        public void setPackageName​(String packageName)
      • getPackageName

        public String getPackageName()
      • setNodes

        public void setNodes​(int nodes)
      • getNodes

        public int getNodes()
      • setIpInterfaces

        public void setIpInterfaces​(int ipInterfaces)
      • getIpInterfaces

        public int getIpInterfaces()
      • setSnmpInterfaces

        public void setSnmpInterfaces​(int snmpInterfaces)
      • getSnmpInterfaces

        public int getSnmpInterfaces()
      • setSnmpInterfacesWithFlows

        public void setSnmpInterfacesWithFlows​(long snmpInterfacesWithFlows)
      • getSnmpInterfacesWithFlows

        public long getSnmpInterfacesWithFlows()
      • setMonitoredServices

        public void setMonitoredServices​(int monitoredServices)
      • getMonitoredServices

        public int getMonitoredServices()
      • setEvents

        public void setEvents​(int events)
      • getEvents

        public int getEvents()
      • setAlarms

        public void setAlarms​(int alarms)
      • getAlarms

        public int getAlarms()
      • getSituations

        public long getSituations()
      • setSituations

        public void setSituations​(long situations)
      • setNodesBySysOid

        public void setNodesBySysOid​(Map<String,​Long> nodesBySysOid)
      • getNodesBySysOid

        public Map<String,​Long> getNodesBySysOid()
      • getMonitoringLocations

        public long getMonitoringLocations()
      • setMonitoringLocations

        public void setMonitoringLocations​(long monitoringLocations)
      • getMinions

        public long getMinions()
      • setMinions

        public void setMinions​(long minions)
      • getInstalledFeatures

        public String getInstalledFeatures()
      • setInstalledFeatures

        public void setInstalledFeatures​(String installedFeatures)
      • toJson

        public String toJson()
      • toJson

        public String toJson​(boolean prettyPrint)