org.gcube.application.aquamaps.aquamapsservice.impl.monitor
Class ReportItem

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.impl.monitor.ReportItem

public class ReportItem
extends java.lang.Object


Constructor Summary
ReportItem()
           
 
Method Summary
 void setActualValue(long actualValue)
           
 void setOvercomesInLast10Hours(long overcomesInLast10Hours)
           
 void setOvercomesInLast24Hours(long overcomesInLast24Hours)
           
 void setOvercomesTotal(long overcomesTotal)
           
 void setThreshold(long threshold)
           
 void setTime(java.lang.String time)
           
 void setValueName(java.lang.String valueName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportItem

public ReportItem()
Method Detail

setActualValue

public void setActualValue(long actualValue)

setThreshold

public void setThreshold(long threshold)

setOvercomesInLast10Hours

public void setOvercomesInLast10Hours(long overcomesInLast10Hours)

setOvercomesInLast24Hours

public void setOvercomesInLast24Hours(long overcomesInLast24Hours)

setOvercomesTotal

public void setOvercomesTotal(long overcomesTotal)

setValueName

public void setValueName(java.lang.String valueName)

setTime

public void setTime(java.lang.String time)