Package org.libvirt

Class MemoryStatistic


  • public class MemoryStatistic
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int tag  
      protected long val  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • 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