|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.libvirt.MemoryStatistic
public class MemoryStatistic
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 |
---|
protected int tag
protected long val
Constructor Detail |
---|
public MemoryStatistic(virDomainMemoryStats stat)
Method Detail |
---|
public int getTag()
public long getValue()
public void setTag(int tag)
public void setValue(long val)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |