public class APIMemoryCostModel
extends java.lang.Object
Constructor and Description |
---|
APIMemoryCostModel() |
Modifier and Type | Method and Description |
---|---|
double |
getMemoryGBCostPerHour()
This method returns hourly cost of memory resource per GB.
|
double |
getTotalMemoryCost()
This method returns monthly cost of memory resource.
|
void |
setMemoryGBCostPerHour(double memoryGBCostPerHour)
This method sets hourly cost of memory resource.
|
void |
setTotalMemoryCost(double totalMemoryCost)
This method sets monthly cost of memory resource.
|
public double getTotalMemoryCost()
public void setTotalMemoryCost(double totalMemoryCost)
totalMemoryCost
- public double getMemoryGBCostPerHour()
public void setMemoryGBCostPerHour(double memoryGBCostPerHour)
memoryGBCostPerHour
-