Class CategoryRuleStatistic

    • Constructor Detail

      • CategoryRuleStatistic

        public CategoryRuleStatistic()
      • CategoryRuleStatistic

        public CategoryRuleStatistic​(CategoryRuleStatistic 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 Long getCategoryId()
        Get 分类id
        Returns:
        CategoryId 分类id
      • setCategoryId

        public void setCategoryId​(Long CategoryId)
        Set 分类id
        Parameters:
        CategoryId - 分类id
      • getRuleCount

        public Long getRuleCount()
        Get 规则数量
        Returns:
        RuleCount 规则数量
      • setRuleCount

        public void setRuleCount​(Long RuleCount)
        Set 规则数量
        Parameters:
        RuleCount - 规则数量
      • getCategoryName

        public String getCategoryName()
        Get 分类名称
        Returns:
        CategoryName 分类名称
      • setCategoryName

        public void setCategoryName​(String CategoryName)
        Set 分类名称
        Parameters:
        CategoryName - 分类名称