public class Counter extends Object
Counter()
Counter(String group, String name, long value)
boolean
equals(Object o)
String
getGroup()
getName()
long
getValue()
int
hashCode()
void
setGroup(String group)
setName(String name)
setValue(long value)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Counter()
public Counter(String group, String name, long value)
public String getGroup()
public void setGroup(String group)
public String getName()
public void setName(String name)
public long getValue()
public void setValue(long value)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2014 Red Hat, Inc.. All rights reserved.