public class APIDiskCostModel
extends java.lang.Object
Constructor and Description |
---|
APIDiskCostModel() |
Modifier and Type | Method and Description |
---|---|
double |
getDiskGBCostPerHour()
This method is used to the cost of Disk per GB.
|
double |
getTotalDiskCost()
This method returns Monthly cost of a Disk.
|
void |
setDiskGBCostPerHour(double diskGBCostPerHour)
This method sets cost of a Disk per Hour.
|
void |
setTotalDiskCost(double totalDiskCost)
This method sets monthly cost of a Disk.
|
public double getTotalDiskCost()
public void setTotalDiskCost(double totalDiskCost)
totalDiskCost
- public double getDiskGBCostPerHour()
public void setDiskGBCostPerHour(double diskGBCostPerHour)
diskGBCostPerHour
-