public class APINetworkCostModel
extends java.lang.Object
Constructor and Description |
---|
APINetworkCostModel() |
Modifier and Type | Method and Description |
---|---|
double |
getNetRxCostPerGB()
This method returns hourly cost of Received data per GB.
|
double |
getNetTxCostPerGB()
This method returns hourly cost of Transfered data per GB.
|
double |
getTotalNetworkCost()
This method returns Monthly cost of a Network resource.
|
void |
setNetRxCostPerGB(double netRxCostPerGB)
This method sets hourly cost of a received data per GB.
|
void |
setNetTxCostPerGB(double netTxCostPerGB)
This method sets hourly cost of a Transfered data per GB.
|
void |
setTotalNetworkCost(double totalNetworkCost)
This method sets monthly cost of a Network resource.
|
public double getTotalNetworkCost()
public void setTotalNetworkCost(double totalNetworkCost)
totalNetworkCost
- public double getNetRxCostPerGB()
public void setNetRxCostPerGB(double netRxCostPerGB)
usedNetRxCostPerGB
- the usedNetRxCostPerGB to setpublic double getNetTxCostPerGB()
public void setNetTxCostPerGB(double netTxCostPerGB)
usedNetTxCostPerGB
- the usedNetTxCostPerGB to set