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) |
Modifier and Type | Method and Description |
---|---|
CurrencyCode |
getCurrencyCode()
Get the currency code for the bill.
|
double |
getFullMonthContractCost()
Get the full month contract cost.
|
int |
getMonth()
Get the month.
|
double |
getStoragePricePerGB()
Get the storage price per GB.
|
long |
getStorageQuotaInGB()
Get the storage quota in GB.
|
double |
getTotal()
Get the total.
|
int |
getYear()
Get the year.
|
public CloudTenantBillResponse(double total, int year, int month, CurrencyCode currencyCode, long storageQuotaInGB, double storagePricePerGB, double fullMonthContractCost)
public double getTotal()
public int getYear()
public int getMonth()
public CurrencyCode getCurrencyCode()
CurrencyCode
currency codepublic double getStoragePricePerGB()
public double getFullMonthContractCost()
public long getStorageQuotaInGB()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.