public class TextSample extends AbstractModel
Constructor and Description |
---|
TextSample() |
TextSample(TextSample 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCode()
Get 处理错误码
|
String |
getContent()
Get 关键词
|
Long |
getCreatedAt()
Get 创建时间戳
|
Long |
getEvilType()
Get 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
20105:广告引流
24001:暴恐
|
String |
getId()
Get 唯一标识
|
Long |
getLabel()
Get 样本类型
1:黑库
2:白库
|
Long |
getStatus()
Get 任务状态
1:已完成
2:处理中
|
void |
setCode(Long Code)
Set 处理错误码
|
void |
setContent(String Content)
Set 关键词
|
void |
setCreatedAt(Long CreatedAt)
Set 创建时间戳
|
void |
setEvilType(Long EvilType)
Set 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
20105:广告引流
24001:暴恐
|
void |
setId(String Id)
Set 唯一标识
|
void |
setLabel(Long Label)
Set 样本类型
1:黑库
2:白库
|
void |
setStatus(Long Status)
Set 任务状态
1:已完成
2:处理中
|
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 TextSample()
public TextSample(TextSample source)
public Long getCode()
public void setCode(Long Code)
Code
- 处理错误码public String getContent()
public void setContent(String Content)
Content
- 关键词public Long getCreatedAt()
public void setCreatedAt(Long CreatedAt)
CreatedAt
- 创建时间戳public Long getEvilType()
public void setEvilType(Long EvilType)
EvilType
- 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
20105:广告引流
24001:暴恐public String getId()
public void setId(String Id)
Id
- 唯一标识public Long getLabel()
public void setLabel(Long Label)
Label
- 样本类型
1:黑库
2:白库public Long getStatus()
public void setStatus(Long Status)
Status
- 任务状态
1:已完成
2:处理中Copyright © 2021. All rights reserved.