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