Class SearchKey

    • Constructor Detail

      • SearchKey

        public SearchKey()
      • SearchKey

        public SearchKey​(SearchKey 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 搜索关键字
        Returns:
        Key 搜索关键字
      • setKey

        public void setKey​(String Key)
        Set 搜索关键字
        Parameters:
        Key - 搜索关键字
      • getValue

        public String getValue()
        Get 搜索内容
        Returns:
        Value 搜索内容
      • setValue

        public void setValue​(String Value)
        Set 搜索内容
        Parameters:
        Value - 搜索内容