public class BandwidthUsageSummaryResponse extends Object implements Serializable
| Constructor and Description |
|---|
BandwidthUsageSummaryResponse(double reservedAmount,
double totalUsage,
double burstUsage,
int month,
int year) |
| Modifier and Type | Method and Description |
|---|---|
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)
public double getReservedAmount()
public double getTotalUsage()
public double getBurstUsage()
public int getMonth()
public int getYear()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.