类 PricingPlan


  • public class PricingPlan
    extends java.lang.Object
    The pricing plan is for upgrading the service of the vault or the backup.
    • 构造器详细资料

      • PricingPlan

        public PricingPlan()
    • 方法详细资料

      • setAmount

        public PricingPlan setAmount​(float amount)
      • setCurrency

        public PricingPlan setCurrency​(java.lang.String currency)
      • setMaxStorage

        public PricingPlan setMaxStorage​(int maxStorage)
      • setName

        public PricingPlan setName​(java.lang.String name)
      • setServiceDays

        public PricingPlan setServiceDays​(int serviceDays)
      • getAmount

        public float getAmount()
      • getCurrency

        public java.lang.String getCurrency()
      • getMaxStorage

        public int getMaxStorage()
      • getName

        public java.lang.String getName()
      • getServiceDays

        public int getServiceDays()