Class UsageStatisticsReportDTO
- java.lang.Object
-
- org.opennms.features.datachoices.internal.UsageStatisticsReportDTO
-
public class UsageStatisticsReportDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description UsageStatisticsReportDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAlarms()
int
getEvents()
int
getIpInterfaces()
int
getMonitoredServices()
int
getNodes()
Map<String,Long>
getNodesBySysOid()
String
getOsArch()
String
getOsName()
String
getOsVersion()
String
getPackageName()
int
getSnmpInterfaces()
String
getSystemId()
String
getVersion()
void
setAlarms(int alarms)
void
setEvents(int events)
void
setIpInterfaces(int ipInterfaces)
void
setMonitoredServices(int monitoredServices)
void
setNodes(int nodes)
void
setNodesBySysOid(Map<String,Long> nodesBySysOid)
void
setOsArch(String osArch)
void
setOsName(String osName)
void
setOsVersion(String osVersion)
void
setPackageName(String packageName)
void
setSnmpInterfaces(int snmpInterfaces)
void
setSystemId(String systemId)
void
setVersion(String version)
String
toJson()
String
toJson(boolean prettyPrint)
-
-
-
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()
-
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()
-
toJson
public String toJson()
-
toJson
public String toJson(boolean prettyPrint)
-
-