Class Memory

java.lang.Object
com.luna.common.os.hardware.Memory

public class Memory extends Object
Author:
Tony
  • Constructor Details

    • Memory

      public Memory()
  • Method Details

    • getMemeryTotal

      public Long getMemeryTotal()
    • setMemeryTotal

      public void setMemeryTotal(Long memeryTotal)
    • getSwapTotal

      public Long getSwapTotal()
    • setSwapTotal

      public void setSwapTotal(Long swapTotal)
    • getUsed

      public Long getUsed()
    • setUsed

      public void setUsed(Long used)
    • getFree

      public Long getFree()
    • setFree

      public void setFree(Long free)
    • toString

      public String toString()
      Overrides:
      toString in class Object