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, int cpuCost, int memoryCost, int diskCost)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.yahoo.config.provision.ApplicationIdgetApplicationId()intgetCpuCost()java.math.BigDecimalgetCpuHours()intgetDiskCost()java.math.BigDecimalgetDiskHours()intgetMemoryCost()java.math.BigDecimalgetMemoryHours()com.yahoo.config.provision.zone.ZoneIdgetZoneId()
-
-
-
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 int getCpuCost()
-
getMemoryCost
public int getMemoryCost()
-
getDiskCost
public int getDiskCost()
-
-