Class TopEntryValue

    • Constructor Detail

      • TopEntryValue

        public TopEntryValue()
      • TopEntryValue

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

      • getName

        public String getName()
        Get 排序实体名。
        Returns:
        Name 排序实体名。
      • setName

        public void setName​(String Name)
        Set 排序实体名。
        Parameters:
        Name - 排序实体名。
      • getCount

        public Long getCount()
        Get 排序实体数量。
        Returns:
        Count 排序实体数量。
      • setCount

        public void setCount​(Long Count)
        Set 排序实体数量。
        Parameters:
        Count - 排序实体数量。