Class Archive


  • public class Archive
    extends Object
    Information about an archive
    See Also:
    • Method Detail

      • getUsername

        public String getUsername()
        Returns:
        the name (username) of the archive
      • getTotalSize

        public String getTotalSize()
        Returns:
        the total size of the archive, ex. "10 GB"
      • getFreeSize

        public String getFreeSize()
        Returns:
        the free space left of the archive
      • isLocked

        public boolean isLocked()
        Returns:
        true if the archive is locked
      • hashCode

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

        protected com.google.common.base.MoreObjects.ToStringHelper string()