Class CostInfo
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.resource.CostInfo
-
public class CostInfo extends Object
- Author:
- olaa
-
-
Constructor Summary
Constructors Constructor Description CostInfo(com.yahoo.config.provision.ApplicationId applicationId, com.yahoo.config.provision.zone.ZoneId zoneId, BigDecimal cpuHours, BigDecimal memoryHours, BigDecimal diskHours, BigDecimal cpuCost, BigDecimal memoryCost, BigDecimal diskCost)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.yahoo.config.provision.ApplicationIdgetApplicationId()BigDecimalgetCpuCost()BigDecimalgetCpuHours()BigDecimalgetDiskCost()BigDecimalgetDiskHours()BigDecimalgetMemoryCost()BigDecimalgetMemoryHours()BigDecimalgetTotalCost()com.yahoo.config.provision.zone.ZoneIdgetZoneId()
-
-
-
Constructor Detail
-
CostInfo
public CostInfo(com.yahoo.config.provision.ApplicationId applicationId, com.yahoo.config.provision.zone.ZoneId zoneId, BigDecimal cpuHours, BigDecimal memoryHours, BigDecimal diskHours, BigDecimal cpuCost, BigDecimal memoryCost, BigDecimal diskCost)
-
-
Method Detail
-
getApplicationId
public com.yahoo.config.provision.ApplicationId getApplicationId()
-
getZoneId
public com.yahoo.config.provision.zone.ZoneId getZoneId()
-
getCpuHours
public BigDecimal getCpuHours()
-
getMemoryHours
public BigDecimal getMemoryHours()
-
getDiskHours
public BigDecimal getDiskHours()
-
getCpuCost
public BigDecimal getCpuCost()
-
getMemoryCost
public BigDecimal getMemoryCost()
-
getDiskCost
public BigDecimal getDiskCost()
-
getTotalCost
public BigDecimal getTotalCost()
-
-