类 BackupInfo


  • public class BackupInfo
    extends java.lang.Object
    This contains the details of the backup service.
    • 构造器详细资料

      • BackupInfo

        public BackupInfo()
    • 方法详细资料

      • setServiceDid

        public void setServiceDid​(java.lang.String serviceDid)
      • setStorageQuota

        public void setStorageQuota​(int storageQuota)
      • setStorageUsed

        public void setStorageUsed​(int storageUsed)
      • setCreated

        public void setCreated​(long created)
      • setUpdated

        public void setUpdated​(long updated)
      • setPricingPlan

        public void setPricingPlan​(java.lang.String pricingPlan)
      • getServiceDid

        public java.lang.String getServiceDid()
      • getStorageQuota

        public int getStorageQuota()
      • getStorageUsed

        public int getStorageUsed()
      • getCreated

        public long getCreated()
      • getUpdated

        public long getUpdated()
      • getPricingPlan

        public java.lang.String getPricingPlan()