Class ActionCountStatistic

    • Constructor Detail

      • ActionCountStatistic

        public ActionCountStatistic()
      • ActionCountStatistic

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

      • getCount

        public Long getCount()
        Get 数量
        Returns:
        Count 数量
      • setCount

        public void setCount​(Long Count)
        Set 数量
        Parameters:
        Count - 数量
      • getName

        public String getName()
        Get 名称
        Returns:
        Name 名称
      • setName

        public void setName​(String Name)
        Set 名称
        Parameters:
        Name - 名称