Class SpaceStats


  • @Entity
    public class SpaceStats
    extends BaseEntity
    Represents a space's byte and object count at a moment in time.
    Author:
    Daniel Bernstein
    • Constructor Detail

      • SpaceStats

        public SpaceStats()
      • SpaceStats

        public SpaceStats​(Date modified,
                          String account,
                          String storeId,
                          String spaceId,
                          long byteCount,
                          long objectCount)
    • Method Detail

      • getSpaceId

        public String getSpaceId()
      • setSpaceId

        public void setSpaceId​(String spaceId)
      • getStoreId

        public String getStoreId()
      • setStoreId

        public void setStoreId​(String storeId)
      • getAccountId

        public String getAccountId()
      • setAccountId

        public void setAccountId​(String accountId)
      • getByteCount

        public long getByteCount()
      • setByteCount

        public void setByteCount​(long byteCount)
      • getObjectCount

        public long getObjectCount()
      • setObjectCount

        public void setObjectCount​(long objectCount)