@Entity public class SpaceStats extends BaseEntity
id| Constructor and Description |
|---|
SpaceStats() |
SpaceStats(Date modified,
String account,
String storeId,
String spaceId,
long byteCount,
long objectCount) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId() |
long |
getByteCount() |
long |
getObjectCount() |
String |
getSpaceId() |
String |
getStoreId() |
void |
setAccountId(String accountId) |
void |
setByteCount(long byteCount) |
void |
setObjectCount(long objectCount) |
void |
setSpaceId(String spaceId) |
void |
setStoreId(String storeId) |
equals, getId, getModified, getVersion, hashCode, setId, setModified, setVersion, toStringpublic String getSpaceId()
public void setSpaceId(String spaceId)
public String getStoreId()
public void setStoreId(String storeId)
public String getAccountId()
public void setAccountId(String accountId)
public long getByteCount()
public void setByteCount(long byteCount)
public long getObjectCount()
public void setObjectCount(long objectCount)
Copyright © 2015–2018 DuraSpace. All rights reserved.