public final class VacCompanyQuotaStatusResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| VacCompanyQuotaStatusResponse(long totalStorageQuota,
                             long usedStorageQuota,
                             long totalContractedQuota,
                             long numberOfContracts) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getNumberOfContracts()Get the number of contracts for a given company. | 
| long | getTotalContractedQuota()Get the total contracted storage quota for the company in GB. | 
| long | getTotalStorageQuota()Get the total storage quota for the company in GB. | 
| long | getUsedStorageQuota()Get the used storage quota for the company in GB. | 
public VacCompanyQuotaStatusResponse(long totalStorageQuota,
                                     long usedStorageQuota,
                                     long totalContractedQuota,
                                     long numberOfContracts)
public long getTotalStorageQuota()
public long getUsedStorageQuota()
public long getTotalContractedQuota()
public long getNumberOfContracts()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.