public class TextData extends AbstractModel
Constructor and Description |
---|
TextData() |
Modifier and Type | Method and Description |
---|---|
Long |
getEvilFlag()
获取是否恶意 0:正常 1:可疑
|
Long |
getEvilType()
获取恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
20105:广告引流
24001:暴恐
21000:综合
|
String[] |
getKeywords()
获取命中的关键词
|
void |
setEvilFlag(Long EvilFlag)
设置是否恶意 0:正常 1:可疑
|
void |
setEvilType(Long EvilType)
设置恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
20105:广告引流
24001:暴恐
21000:综合
|
void |
setKeywords(String[] Keywords)
设置命中的关键词
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getEvilFlag()
public void setEvilFlag(Long EvilFlag)
EvilFlag
- 是否恶意 0:正常 1:可疑public Long getEvilType()
public void setEvilType(Long EvilType)
EvilType
- 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
20105:广告引流
24001:暴恐
21000:综合public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords
- 命中的关键词Copyright © 2019. All rights reserved.