Class DevicePriceInfo

    • Constructor Detail

      • DevicePriceInfo

        public DevicePriceInfo()
      • DevicePriceInfo

        public DevicePriceInfo​(DevicePriceInfo 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

      • getInstanceId

        public String getInstanceId()
        Get 物理机ID
        Returns:
        InstanceId 物理机ID
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set 物理机ID
        Parameters:
        InstanceId - 物理机ID
      • getDeviceClassCode

        public String getDeviceClassCode()
        Get 设备型号
        Returns:
        DeviceClassCode 设备型号
      • setDeviceClassCode

        public void setDeviceClassCode​(String DeviceClassCode)
        Set 设备型号
        Parameters:
        DeviceClassCode - 设备型号
      • getIsElastic

        public Long getIsElastic()
        Get 是否是弹性机型,1:是,0:否
        Returns:
        IsElastic 是否是弹性机型,1:是,0:否
      • setIsElastic

        public void setIsElastic​(Long IsElastic)
        Set 是否是弹性机型,1:是,0:否
        Parameters:
        IsElastic - 是否是弹性机型,1:是,0:否
      • getCpmPayMode

        public Long getCpmPayMode()
        Get 付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中
        Returns:
        CpmPayMode 付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中
      • setCpmPayMode

        public void setCpmPayMode​(Long CpmPayMode)
        Set 付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中
        Parameters:
        CpmPayMode - 付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中
      • getCpuDescription

        public String getCpuDescription()
        Get Cpu信息描述
        Returns:
        CpuDescription Cpu信息描述
      • setCpuDescription

        public void setCpuDescription​(String CpuDescription)
        Set Cpu信息描述
        Parameters:
        CpuDescription - Cpu信息描述
      • getMemDescription

        public String getMemDescription()
        Get 内存信息描述
        Returns:
        MemDescription 内存信息描述
      • setMemDescription

        public void setMemDescription​(String MemDescription)
        Set 内存信息描述
        Parameters:
        MemDescription - 内存信息描述
      • getDiskDescription

        public String getDiskDescription()
        Get 硬盘信息描述
        Returns:
        DiskDescription 硬盘信息描述
      • setDiskDescription

        public void setDiskDescription​(String DiskDescription)
        Set 硬盘信息描述
        Parameters:
        DiskDescription - 硬盘信息描述
      • getNicDescription

        public String getNicDescription()
        Get 网卡信息描述
        Returns:
        NicDescription 网卡信息描述
      • setNicDescription

        public void setNicDescription​(String NicDescription)
        Set 网卡信息描述
        Parameters:
        NicDescription - 网卡信息描述
      • getGpuDescription

        public String getGpuDescription()
        Get Gpu信息描述
        Returns:
        GpuDescription Gpu信息描述
      • setGpuDescription

        public void setGpuDescription​(String GpuDescription)
        Set Gpu信息描述
        Parameters:
        GpuDescription - Gpu信息描述
      • getRaidDescription

        public String getRaidDescription()
        Get Raid信息描述
        Returns:
        RaidDescription Raid信息描述
      • setRaidDescription

        public void setRaidDescription​(String RaidDescription)
        Set Raid信息描述
        Parameters:
        RaidDescription - Raid信息描述
      • getPrice

        public Long getPrice()
        Get 客户的单价
        Returns:
        Price 客户的单价
      • setPrice

        public void setPrice​(Long Price)
        Set 客户的单价
        Parameters:
        Price - 客户的单价
      • getNormalPrice

        public Long getNormalPrice()
        Get 刊例单价
        Returns:
        NormalPrice 刊例单价
      • setNormalPrice

        public void setNormalPrice​(Long NormalPrice)
        Set 刊例单价
        Parameters:
        NormalPrice - 刊例单价
      • getTotalCost

        public Long getTotalCost()
        Get 原价
        Returns:
        TotalCost 原价
      • setTotalCost

        public void setTotalCost​(Long TotalCost)
        Set 原价
        Parameters:
        TotalCost - 原价
      • getRealTotalCost

        public Long getRealTotalCost()
        Get 折扣价
        Returns:
        RealTotalCost 折扣价
      • setRealTotalCost

        public void setRealTotalCost​(Long RealTotalCost)
        Set 折扣价
        Parameters:
        RealTotalCost - 折扣价
      • getTimeSpan

        public Long getTimeSpan()
        Get 计费时长
        Returns:
        TimeSpan 计费时长
      • setTimeSpan

        public void setTimeSpan​(Long TimeSpan)
        Set 计费时长
        Parameters:
        TimeSpan - 计费时长
      • getTimeUnit

        public String getTimeUnit()
        Get 计费时长单位, M:按月计费; D:按天计费
        Returns:
        TimeUnit 计费时长单位, M:按月计费; D:按天计费
      • setTimeUnit

        public void setTimeUnit​(String TimeUnit)
        Set 计费时长单位, M:按月计费; D:按天计费
        Parameters:
        TimeUnit - 计费时长单位, M:按月计费; D:按天计费
      • getGoodsCount

        public Long getGoodsCount()
        Get 商品数量
        Returns:
        GoodsCount 商品数量
      • setGoodsCount

        public void setGoodsCount​(Long GoodsCount)
        Set 商品数量
        Parameters:
        GoodsCount - 商品数量