Class 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)  
    • 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,
                        int cpuCost,
                        int memoryCost,
                        int 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 int getCpuCost()
      • getMemoryCost

        public int getMemoryCost()
      • getDiskCost

        public int getDiskCost()