Class CustomCategory

    • Constructor Detail

      • CustomCategory

        public CustomCategory()
      • CustomCategory

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

      • getCategoryId

        public String getCategoryId()
        Get 自定义分类ID
        Returns:
        CategoryId 自定义分类ID
      • setCategoryId

        public void setCategoryId​(String CategoryId)
        Set 自定义分类ID
        Parameters:
        CategoryId - 自定义分类ID
      • getL1Category

        public String getL1Category()
        Get 一级自定义类型
        Returns:
        L1Category 一级自定义类型
      • setL1Category

        public void setL1Category​(String L1Category)
        Set 一级自定义类型
        Parameters:
        L1Category - 一级自定义类型
      • getL2Category

        public String getL2Category()
        Get 二级自定义类型
        Returns:
        L2Category 二级自定义类型
      • setL2Category

        public void setL2Category​(String L2Category)
        Set 二级自定义类型
        Parameters:
        L2Category - 二级自定义类型