org.opennms.netmgt.statsd
Interface ReportInstance

All Known Implementing Classes:
FilteredReportInstance, UnfilteredReportInstance

public interface ReportInstance

Author:
DJ Gregor

Method Summary
 String getAttributeMatch()
           
 String getConsolidationFunction()
           
 int getCount()
           
 String getDescription()
           
 long getEndTime()
           
 Date getJobCompletedDate()
           
 Date getJobStartedDate()
           
 String getName()
           
 ReportDefinition getReportDefinition()
           
 String getResourceAttributeKey()
           
 String getResourceAttributeValueMatch()
           
 String getResourceTypeMatch()
           
 SortedSet<AttributeStatistic> getResults()
           
 long getRetainInterval()
           
 long getStartTime()
           
 void setAttributeMatch(String attr)
           
 void setConsolidationFunction(String cf)
           
 void setCount(int count)
           
 void setEndTime(long end)
           
 void setReportDefinition(ReportDefinition definition)
           
 void setResourceAttributeKey(String resourceAttributeKey)
           
 void setResourceAttributeValueMatch(String resourceAttributeValueMatch)
           
 void setResourceTypeMatch(String resourceType)
           
 void setStartTime(long start)
           
 void walk()
           
 

Method Detail

walk

void walk()

getResults

SortedSet<AttributeStatistic> getResults()

getResourceTypeMatch

String getResourceTypeMatch()

setResourceTypeMatch

void setResourceTypeMatch(String resourceType)

getAttributeMatch

String getAttributeMatch()

setAttributeMatch

void setAttributeMatch(String attr)

getStartTime

long getStartTime()

setStartTime

void setStartTime(long start)

getEndTime

long getEndTime()

setEndTime

void setEndTime(long end)

getConsolidationFunction

String getConsolidationFunction()

setConsolidationFunction

void setConsolidationFunction(String cf)

getCount

int getCount()

setCount

void setCount(int count)

getJobStartedDate

Date getJobStartedDate()

getJobCompletedDate

Date getJobCompletedDate()

getName

String getName()

getDescription

String getDescription()

getRetainInterval

long getRetainInterval()

getReportDefinition

ReportDefinition getReportDefinition()

setReportDefinition

void setReportDefinition(ReportDefinition definition)

setResourceAttributeKey

void setResourceAttributeKey(String resourceAttributeKey)

getResourceAttributeKey

String getResourceAttributeKey()

setResourceAttributeValueMatch

void setResourceAttributeValueMatch(String resourceAttributeValueMatch)

getResourceAttributeValueMatch

String getResourceAttributeValueMatch()


Copyright © 2009. All Rights Reserved.