Class UserKeyword

    • Constructor Detail

      • UserKeyword

        public UserKeyword()
      • UserKeyword

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

      • getContent

        public String getContent()
        Get 关键词内容:最多40个字符,并且符合词类型的规则
        Returns:
        Content 关键词内容:最多40个字符,并且符合词类型的规则
      • setContent

        public void setContent​(String Content)
        Set 关键词内容:最多40个字符,并且符合词类型的规则
        Parameters:
        Content - 关键词内容:最多40个字符,并且符合词类型的规则
      • getLabel

        public String getLabel()
        Get 关键词类型,取值范围为:"Normal","Polity","Porn","Ad","Illegal","Abuse","Terror","Spam"
        Returns:
        Label 关键词类型,取值范围为:"Normal","Polity","Porn","Ad","Illegal","Abuse","Terror","Spam"
      • setLabel

        public void setLabel​(String Label)
        Set 关键词类型,取值范围为:"Normal","Polity","Porn","Ad","Illegal","Abuse","Terror","Spam"
        Parameters:
        Label - 关键词类型,取值范围为:"Normal","Polity","Porn","Ad","Illegal","Abuse","Terror","Spam"
      • getRemark

        public String getRemark()
        Get 关键词备注:最多100个字符。
        Returns:
        Remark 关键词备注:最多100个字符。
      • setRemark

        public void setRemark​(String Remark)
        Set 关键词备注:最多100个字符。
        Parameters:
        Remark - 关键词备注:最多100个字符。
      • getWordType

        public String getWordType()
        Get 词类型:Default,Pinyin,English,CompoundWord,ExclusionWord,AffixWord
        Returns:
        WordType 词类型:Default,Pinyin,English,CompoundWord,ExclusionWord,AffixWord
      • setWordType

        public void setWordType​(String WordType)
        Set 词类型:Default,Pinyin,English,CompoundWord,ExclusionWord,AffixWord
        Parameters:
        WordType - 词类型:Default,Pinyin,English,CompoundWord,ExclusionWord,AffixWord