org.usergrid.tools.bean
Class MetricLine

java.lang.Object
  extended by org.usergrid.tools.bean.MetricLine

public class MetricLine
extends Object

Author:
zznate

Method Summary
 boolean equals(Object o)
          Compares metricSort and appId for equality
 List<AggregateCounter> getAggregateCounters()
           
 UUID getAppId()
           
 long getCount()
           
 MetricSort getMetricSort()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Compares metricSort and appId for equality

Overrides:
equals in class Object
Parameters:
o -
Returns:

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getMetricSort

public MetricSort getMetricSort()

getCount

public long getCount()

getAppId

public UUID getAppId()

getAggregateCounters

public List<AggregateCounter> getAggregateCounters()
Returns:
an Immutable list of our counters


Copyright © 2012. All Rights Reserved.