public class TextData extends AbstractModel
Constructor and Description |
---|
TextData() |
Modifier and Type | Method and Description |
---|---|
TextOutputComm |
getCommon()
Get 消息类公共相关参数
|
Long |
getEvilFlag()
Get 是否恶意 0:正常 1:可疑
|
Long |
getEvilType()
Get 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
20105:广告引流
24001:暴恐
|
TextOutputID |
getID()
Get 消息类ID信息
|
String[] |
getKeywords()
Get 命中的关键词
|
TextOutputRes |
getRes()
Get 消息类输出结果
|
void |
setCommon(TextOutputComm Common)
Set 消息类公共相关参数
|
void |
setEvilFlag(Long EvilFlag)
Set 是否恶意 0:正常 1:可疑
|
void |
setEvilType(Long EvilType)
Set 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
20105:广告引流
24001:暴恐
|
void |
setID(TextOutputID ID)
Set 消息类ID信息
|
void |
setKeywords(String[] Keywords)
Set 命中的关键词
|
void |
setRes(TextOutputRes Res)
Set 消息类输出结果
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
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:暴恐public TextOutputComm getCommon()
public void setCommon(TextOutputComm Common)
Common
- 消息类公共相关参数public TextOutputID getID()
public void setID(TextOutputID ID)
ID
- 消息类ID信息public TextOutputRes getRes()
public void setRes(TextOutputRes Res)
Res
- 消息类输出结果public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords
- 命中的关键词Copyright © 2020. All rights reserved.