java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.HardDrive
Direct Known Subclasses:
HardDriveMixInAnnotations

public class HardDrive extends Object
HardDrive model.
Since:
7/1/15
  • Constructor Details

    • HardDrive

      public HardDrive()
  • Method Details

    • getTotal

      public String getTotal()
    • setTotal

      public void setTotal(String total)
    • getFree

      public String getFree()
    • setFree

      public void setFree(String free)
    • getUsed

      public String getUsed()
    • setUsed

      public void setUsed(String used)