Class PackingQuotaInfo

    • Constructor Detail

      • PackingQuotaInfo

        public PackingQuotaInfo()
      • PackingQuotaInfo

        public PackingQuotaInfo​(PackingQuotaInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getInstanceType

        public String getInstanceType()
        Get 实例类型
        Returns:
        InstanceType 实例类型
      • setInstanceType

        public void setInstanceType​(String InstanceType)
        Set 实例类型
        Parameters:
        InstanceType - 实例类型
      • getPackingQuota

        public Long getPackingQuota()
        Get 装箱配额
        Returns:
        PackingQuota 装箱配额
      • setPackingQuota

        public void setPackingQuota​(Long PackingQuota)
        Set 装箱配额
        Parameters:
        PackingQuota - 装箱配额