Class HotKeyInfo

    • Constructor Detail

      • HotKeyInfo

        public HotKeyInfo()
      • HotKeyInfo

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

      • getKey

        public String getKey()
        Get 热Key
        Returns:
        Key 热Key
      • setKey

        public void setKey​(String Key)
        Set 热Key
        Parameters:
        Key - 热Key
      • getType

        public String getType()
        Get 类型
        Returns:
        Type 类型
      • setType

        public void setType​(String Type)
        Set 类型
        Parameters:
        Type - 类型
      • getCount

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

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