Class Storage.GetUsageAndQuotaResponse

  • Enclosing class:
    Storage

    public static class Storage.GetUsageAndQuotaResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GetUsageAndQuotaResponse​(java.lang.Number usage, java.lang.Number quota, java.lang.Boolean overrideActive, java.util.List<UsageForType> usageBreakdown)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getOverrideActive()
      Whether or not the origin has an active storage quota override
      java.lang.Number getQuota()
      Storage quota (bytes).
      java.lang.Number getUsage()
      Storage usage (bytes).
      java.util.List<UsageForType> getUsageBreakdown()
      Storage usage per type (bytes).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetUsageAndQuotaResponse

        public GetUsageAndQuotaResponse​(java.lang.Number usage,
                                        java.lang.Number quota,
                                        java.lang.Boolean overrideActive,
                                        java.util.List<UsageForType> usageBreakdown)
    • Method Detail

      • getUsage

        public java.lang.Number getUsage()
        Storage usage (bytes).
      • getQuota

        public java.lang.Number getQuota()
        Storage quota (bytes).
      • getOverrideActive

        public java.lang.Boolean getOverrideActive()
        Whether or not the origin has an active storage quota override
      • getUsageBreakdown

        public java.util.List<UsageForType> getUsageBreakdown()
        Storage usage per type (bytes).