Class DiscUsage

java.lang.Object
com.aspose.html.model.DiscUsage

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

    • DiscUsage

      public DiscUsage()
  • Method Details

    • usedSize

      public DiscUsage usedSize(Long usedSize)
    • getUsedSize

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

      public void setUsedSize(Long usedSize)
    • totalSize

      public DiscUsage totalSize(Long totalSize)
    • getTotalSize

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

      public void setTotalSize(Long totalSize)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object