Class SpecUnit

    • Constructor Detail

      • SpecUnit

        public SpecUnit()
      • SpecUnit

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

      • getSpecName

        public String getSpecName()
        Get 计费项名称
        Returns:
        SpecName 计费项名称
      • setSpecName

        public void setSpecName​(String SpecName)
        Set 计费项名称
        Parameters:
        SpecName - 计费项名称
      • getSpecCount

        public Long getSpecCount()
        Get 计费项数量,建议不超过100万
        Returns:
        SpecCount 计费项数量,建议不超过100万
      • setSpecCount

        public void setSpecCount​(Long SpecCount)
        Set 计费项数量,建议不超过100万
        Parameters:
        SpecCount - 计费项数量,建议不超过100万