org.libvirt
Class MemoryStatistic

java.lang.Object
  extended by org.libvirt.MemoryStatistic

public class MemoryStatistic
extends java.lang.Object


Field Summary
protected  int tag
           
protected  long val
           
 
Constructor Summary
MemoryStatistic(virDomainMemoryStats stat)
           
 
Method Summary
 int getTag()
           
 long getValue()
           
 void setTag(int tag)
           
 void setValue(long val)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tag

protected int tag

val

protected long val
Constructor Detail

MemoryStatistic

public MemoryStatistic(virDomainMemoryStats stat)
Method Detail

getTag

public int getTag()

getValue

public long getValue()

setTag

public void setTag(int tag)

setValue

public void setValue(long val)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object