org.opennms.web.svclayer.support
Class StatisticsReportModel.Datum
java.lang.Object
org.opennms.web.svclayer.support.StatisticsReportModel.Datum
- All Implemented Interfaces:
- Comparable<StatisticsReportModel.Datum>
- Enclosing class:
- StatisticsReportModel
public static class StatisticsReportModel.Datum
- extends Object
- implements Comparable<StatisticsReportModel.Datum>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticsReportModel.Datum
public StatisticsReportModel.Datum()
compareTo
public int compareTo(StatisticsReportModel.Datum o)
- Specified by:
compareTo in interface Comparable<StatisticsReportModel.Datum>
getResource
public OnmsResource getResource()
getPrettyResource
public OnmsResource getPrettyResource()
setResource
public void setResource(OnmsResource resource)
getResourceParentLabel
public String getResourceParentLabel()
getResourceParentsReversed
public List<OnmsResource> getResourceParentsReversed()
getPrettyResourceParentsReversed
public List<OnmsResource> getPrettyResourceParentsReversed()
getResourceThrowableId
public String getResourceThrowableId()
getValue
public Double getValue()
setValue
public void setValue(Double value)
setResourceThrowable
public void setResourceThrowable(Throwable resourceThrowable)
getResourceThrowable
public Throwable getResourceThrowable()
Copyright © 2009. All Rights Reserved.