Class SearchKeyword

    • Constructor Detail

      • SearchKeyword

        public SearchKeyword()
      • SearchKeyword

        public SearchKeyword​(SearchKeyword 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
      • getValue

        public String getValue()
        Get 搜索条件的值
        Returns:
        Value 搜索条件的值
      • setValue

        public void setValue​(String Value)
        Set 搜索条件的值
        Parameters:
        Value - 搜索条件的值