Class CustomResult

    • Constructor Detail

      • CustomResult

        public CustomResult()
      • CustomResult

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

      • getKeywords

        public String[] getKeywords()
        Get 命中的自定义关键词
        Returns:
        Keywords 命中的自定义关键词
      • setKeywords

        public void setKeywords​(String[] Keywords)
        Set 命中的自定义关键词
        Parameters:
        Keywords - 命中的自定义关键词
      • getLibName

        public String getLibName()
        Get 自定义词库名称
        Returns:
        LibName 自定义词库名称
      • setLibName

        public void setLibName​(String LibName)
        Set 自定义词库名称
        Parameters:
        LibName - 自定义词库名称
      • getLibId

        public String getLibId()
        Get 自定义库id
        Returns:
        LibId 自定义库id
      • setLibId

        public void setLibId​(String LibId)
        Set 自定义库id
        Parameters:
        LibId - 自定义库id
      • getType

        public String getType()
        Get 命中的自定义关键词的类型
        Returns:
        Type 命中的自定义关键词的类型
      • setType

        public void setType​(String Type)
        Set 命中的自定义关键词的类型
        Parameters:
        Type - 命中的自定义关键词的类型