Class DiscUsage


  • public class DiscUsage
    extends Object
    Class for disc space information.
    • Constructor Detail

      • DiscUsage

        public DiscUsage()
    • Method Detail

      • getUsedSize

        public Long getUsedSize()
        Application used disc space.
        Returns:
        usedSize
      • setUsedSize

        public void setUsedSize​(Long usedSize)
      • getTotalSize

        public Long getTotalSize()
        Total disc space.
        Returns:
        totalSize
      • setTotalSize

        public void setTotalSize​(Long totalSize)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object