org.mondemand
Class StatsMessage

java.lang.Object
  extended by org.mondemand.StatsMessage
All Implemented Interfaces:
Serializable

public class StatsMessage
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StatsMessage()
           
 
Method Summary
 long getCounter()
           
 String getKey()
           
 StatType getType()
           
 void setCounter(long counter)
           
 void setKey(String key)
           
 void setType(StatType type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatsMessage

public StatsMessage()
Method Detail

getKey

public String getKey()
Returns:
the key

setKey

public void setKey(String key)
Parameters:
key - the key to set

getCounter

public long getCounter()
Returns:
the counter

setCounter

public void setCounter(long counter)
Parameters:
counter - the counter to set

getType

public StatType getType()
Returns:
the type

setType

public void setType(StatType type)
Parameters:
type - set the type of the stat

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.