public class CloudTenantBillResponse extends Object implements Serializable
Constructor and Description |
---|
CloudTenantBillResponse(double total,
int year,
int month,
CurrencyCode currencyCode,
long storageQuotaInGB,
double storagePricePerGB,
double fullMonthContractCost,
boolean hasInsiderProtection,
double insiderProtectionPricePerGB,
double insiderProtectionTotal,
double wanAcceleratorApplianceTotal,
double dedicatedVeeamGatewayTotal,
double rentalLicensesSubscriptionsTotal,
double crossConnectSubscriptionsTotal) |
Modifier and Type | Method and Description |
---|---|
double |
getCrossConnectSubscriptionsTotal()
Get the cross connect subscriptions total.
|
CurrencyCode |
getCurrencyCode()
Get the currency code for the bill.
|
double |
getDedicatedVeeamGatewayTotal()
Get the dedicated veeam gateway total.
|
double |
getFullMonthContractCost()
Get the full month contract cost.
|
double |
getInsiderProtectionPricePerGB()
Get the insider protection price per GB.
|
double |
getInsiderProtectionTotal()
Get the insider protection total.
|
int |
getMonth()
Get the month.
|
double |
getRentalLicensesSubscriptionsTotal()
Get the rental licenses subscriptions total.
|
double |
getStoragePricePerGB()
Get the storage price per GB.
|
long |
getStorageQuotaInGB()
Get the storage quota in GB.
|
double |
getTotal()
Get the total.
|
double |
getWanAcceleratorApplianceTotal()
Get the wan accelerator appliance total.
|
int |
getYear()
Get the year.
|
boolean |
hasInsiderProtection()
Does the VCC customer have insider protection.
|
public CloudTenantBillResponse(double total, int year, int month, CurrencyCode currencyCode, long storageQuotaInGB, double storagePricePerGB, double fullMonthContractCost, boolean hasInsiderProtection, double insiderProtectionPricePerGB, double insiderProtectionTotal, double wanAcceleratorApplianceTotal, double dedicatedVeeamGatewayTotal, double rentalLicensesSubscriptionsTotal, double crossConnectSubscriptionsTotal)
public double getTotal()
public int getYear()
public int getMonth()
public CurrencyCode getCurrencyCode()
CurrencyCode
currency codepublic double getStoragePricePerGB()
public double getFullMonthContractCost()
public long getStorageQuotaInGB()
public boolean hasInsiderProtection()
public double getInsiderProtectionPricePerGB()
public double getInsiderProtectionTotal()
public double getWanAcceleratorApplianceTotal()
public double getDedicatedVeeamGatewayTotal()
public double getRentalLicensesSubscriptionsTotal()
public double getCrossConnectSubscriptionsTotal()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.