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