Class SpecificationInfo

    • Constructor Detail

      • SpecificationInfo

        public SpecificationInfo()
      • SpecificationInfo

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

      • getRegion

        public String getRegion()
        Get 地域信息
        Returns:
        Region 地域信息
      • setRegion

        public void setRegion​(String Region)
        Set 地域信息
        Parameters:
        Region - 地域信息
      • getZone

        public String getZone()
        Get 可用区信息
        Returns:
        Zone 可用区信息
      • setZone

        public void setZone​(String Zone)
        Set 可用区信息
        Parameters:
        Zone - 可用区信息
      • getSpecItems

        public SpecItem[] getSpecItems()
        Get 售卖规格信息
        Returns:
        SpecItems 售卖规格信息
      • setSpecItems

        public void setSpecItems​(SpecItem[] SpecItems)
        Set 售卖规格信息
        Parameters:
        SpecItems - 售卖规格信息