public class BandwidthUsageSummaryResponse extends Object implements Serializable
Constructor and Description |
---|
BandwidthUsageSummaryResponse(double reservedAmount,
double totalUsage,
double burstUsage,
int month,
int year,
BillingModelType billingModelType) |
Modifier and Type | Method and Description |
---|---|
BillingModelType |
getBillingModelType()
Returns the billing model type for the month the bandwidth summary
corresponds to.
|
double |
getBurstUsage()
Get burst usage in GB.
|
int |
getMonth()
Get bandwidth summary's month.
|
double |
getReservedAmount()
Get reserved bandwidth amount in GB.
|
double |
getTotalUsage()
Get total bandwidth usage in GB.
|
int |
getYear()
Get bandwidth summary's year.
|
public BandwidthUsageSummaryResponse(double reservedAmount, double totalUsage, double burstUsage, int month, int year, BillingModelType billingModelType)
public double getReservedAmount()
public double getTotalUsage()
public double getBurstUsage()
public int getMonth()
public int getYear()
public BillingModelType getBillingModelType()
BillingModelType
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.