Package org.duracloud.reportdata.storage
Class SpaceStatsDTO
- java.lang.Object
-
- org.duracloud.reportdata.storage.StoreStatsDTO
-
- org.duracloud.reportdata.storage.SpaceStatsDTO
-
public class SpaceStatsDTO extends StoreStatsDTO
Represents a space's byte and object count at a moment in time.- Author:
- Daniel Bernstein
-
-
Constructor Summary
Constructors Constructor Description SpaceStatsDTO()SpaceStatsDTO(Date timestamp, String account, String storeId, String spaceId, long byteCount, long objectCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSpaceId()voidsetSpaceId(String spaceId)-
Methods inherited from class org.duracloud.reportdata.storage.StoreStatsDTO
equals, getAccountId, getByteCount, getObjectCount, getStoreId, getTimestamp, hashCode, setAccountId, setByteCount, setObjectCount, setStoreId, setTimestamp, toString
-
-