Class Summary

    • Field Detail

      • allowedUsageSpecified

        protected boolean allowedUsageSpecified
      • estimatedUsageSpecified

        protected boolean estimatedUsageSpecified
      • projectedUsage

        @ApiProperty(canBeNullOrNotSet=true)
        protected BigDecimal projectedUsage
        The amount of bandwidth a server is projected to use within its billing period, based on it's current usage.
      • projectedUsageSpecified

        protected boolean projectedUsageSpecified
      • usageUnitsSpecified

        protected boolean usageUnitsSpecified
    • Constructor Detail

      • Summary

        public Summary()
    • Method Detail

      • getAllowedUsage

        public BigDecimal getAllowedUsage()
      • setAllowedUsage

        public void setAllowedUsage​(BigDecimal allowedUsage)
      • isAllowedUsageSpecified

        public boolean isAllowedUsageSpecified()
      • unsetAllowedUsage

        public void unsetAllowedUsage()
      • getEstimatedUsage

        public BigDecimal getEstimatedUsage()
      • setEstimatedUsage

        public void setEstimatedUsage​(BigDecimal estimatedUsage)
      • isEstimatedUsageSpecified

        public boolean isEstimatedUsageSpecified()
      • unsetEstimatedUsage

        public void unsetEstimatedUsage()
      • getProjectedUsage

        public BigDecimal getProjectedUsage()
      • setProjectedUsage

        public void setProjectedUsage​(BigDecimal projectedUsage)
      • isProjectedUsageSpecified

        public boolean isProjectedUsageSpecified()
      • unsetProjectedUsage

        public void unsetProjectedUsage()
      • getUsageUnits

        public String getUsageUnits()
      • setUsageUnits

        public void setUsageUnits​(String usageUnits)
      • isUsageUnitsSpecified

        public boolean isUsageUnitsSpecified()
      • unsetUsageUnits

        public void unsetUsageUnits()