com.universaldevices.device.model
Class FileSystemStat
java.lang.Object
com.universaldevices.device.model.FileSystemStat
public class FileSystemStat
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystemStat
public FileSystemStat(java.lang.String xml)
throws java.lang.Exception
- Throws:
java.lang.Exception
FileSystemStat
public FileSystemStat()
isActive
public boolean isActive()
- Returns:
- the isActive
setActive
public void setActive(boolean isActive)
- Parameters:
isActive
- the isActive to set
getTotal
public long getTotal()
- Returns:
- the total
setTotal
public void setTotal(long total)
- Parameters:
total
- the total to set
getFree
public long getFree()
- Returns:
- the free
setFree
public void setFree(long free)
- Parameters:
free
- the free to set
getUsed
public long getUsed()
- Returns:
- the used
setUsed
public void setUsed(long used)
- Parameters:
used
- the used to set
getBad
public long getBad()
- Returns:
- the bad
setBad
public void setBad(long bad)
- Parameters:
bad
- the bad to set
getReserved
public long getReserved()
- Returns:
- the reserved
setReserved
public void setReserved(long reserved)
- Parameters:
reserved
- the reserved to set