public class CreateFileSampleRequest extends AbstractModel
Constructor and Description |
---|
CreateFileSampleRequest() |
Modifier and Type | Method and Description |
---|---|
FileSample[] |
getContents()
获取文件类型结构数组
|
Long |
getEvilType()
获取恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
24001:暴恐
21000:综合
20105:广告引流
|
String |
getFileType()
获取文件类型
image:图片
audio:音频
video:视频
|
Long |
getLabel()
获取样本类型
1:黑库
2:白库
|
void |
setContents(FileSample[] Contents)
设置文件类型结构数组
|
void |
setEvilType(Long EvilType)
设置恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
24001:暴恐
21000:综合
20105:广告引流
|
void |
setFileType(String FileType)
设置文件类型
image:图片
audio:音频
video:视频
|
void |
setLabel(Long Label)
设置样本类型
1:黑库
2:白库
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public FileSample[] getContents()
public void setContents(FileSample[] Contents)
Contents
- 文件类型结构数组public Long getEvilType()
public void setEvilType(Long EvilType)
EvilType
- 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
24001:暴恐
21000:综合
20105:广告引流public String getFileType()
public void setFileType(String FileType)
FileType
- 文件类型
image:图片
audio:音频
video:视频public Long getLabel()
public void setLabel(Long Label)
Label
- 样本类型
1:黑库
2:白库Copyright © 2019. All rights reserved.