public class StorageCapacityResult extends StorageResult
| Constructor and Description |
|---|
StorageCapacityResult()
Empty constructor, needed for response parsing
|
StorageCapacityResult(Integer tenantId,
long usableSpace,
long usedSpace)
Initialize the needed parameters for get capacity results
|
| Modifier and Type | Method and Description |
|---|---|
long |
getUsableSpace() |
long |
getUsedSpace() |
getTenantId, getTypepublic StorageCapacityResult()
public StorageCapacityResult(Integer tenantId, long usableSpace, long usedSpace)
tenantId - The request tenantIdusableSpace - The usable space in offerusedSpace - The used space in offerCopyright © 2018 Vitam. All rights reserved.