Class CloudCostResponse
- java.lang.Object
-
- com.morpheusdata.response.costing.CloudCostResponse
-
public class CloudCostResponse extends java.lang.Object
The Cloud Cost Response containing summary data when loading CloudCost via theMorpheusAccountInvoiceService
- Since:
- 0.12.2
- See Also:
MorpheusAccountInvoiceService
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Double
cost
protected java.lang.Long
discoveredCount
protected java.lang.Long
instanceCount
protected java.lang.Double
price
protected java.lang.Long
serverCount
-
Constructor Summary
Constructors Constructor Description CloudCostResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
getCost()
java.lang.Long
getDiscoveredCount()
java.lang.Long
getInstanceCount()
java.lang.Double
getPrice()
java.lang.Long
getServerCount()
void
setCost(java.lang.Double cost)
void
setDiscoveredCount(java.lang.Long discoveredCount)
void
setInstanceCount(java.lang.Long instanceCount)
void
setPrice(java.lang.Double price)
void
setServerCount(java.lang.Long serverCount)
-
-
-
Method Detail
-
getCost
public java.lang.Double getCost()
-
setCost
public void setCost(java.lang.Double cost)
-
getPrice
public java.lang.Double getPrice()
-
setPrice
public void setPrice(java.lang.Double price)
-
getInstanceCount
public java.lang.Long getInstanceCount()
-
setInstanceCount
public void setInstanceCount(java.lang.Long instanceCount)
-
getServerCount
public java.lang.Long getServerCount()
-
setServerCount
public void setServerCount(java.lang.Long serverCount)
-
getDiscoveredCount
public java.lang.Long getDiscoveredCount()
-
setDiscoveredCount
public void setDiscoveredCount(java.lang.Long discoveredCount)
-
-