public class MemoryStatistic extends java.lang.Object
protected int
tag
protected long
val
MemoryStatistic(virDomainMemoryStats stat)
int
getTag()
long
getValue()
void
setTag(int tag)
setValue(long val)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected int tag
protected long val
public MemoryStatistic(virDomainMemoryStats stat)
public int getTag()
public long getValue()
public void setTag(int tag)
public void setValue(long val)
public java.lang.String toString()
toString
java.lang.Object