org.mondemand

Class StatsMessage

Implemented Interfaces:
Serializable

public class StatsMessage
extends java.lang.Object
implements Serializable

Method Summary

long
getCounter()
String
getKey()
void
setCounter(long counter)
void
setKey(String key)
String
toString()

Method Details

getCounter

public long getCounter()
Returns:
the counter

getKey

public String getKey()
Returns:
the key

setCounter

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

setKey

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

toString

public String toString()