public class CreateFileSampleRequest extends AbstractModel
Constructor and Description |
---|
CreateFileSampleRequest() |
CreateFileSampleRequest(CreateFileSampleRequest 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 |
---|---|
FileSample[] |
getContents()
Get 文件类型结构数组
|
Long |
getEvilType()
Get 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
24001:暴恐
20105:广告引流
|
String |
getFileType()
Get image:图片
|
Long |
getLabel()
Get 样本类型
1:黑库
2:白库
|
void |
setContents(FileSample[] Contents)
Set 文件类型结构数组
|
void |
setEvilType(Long EvilType)
Set 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
24001:暴恐
20105:广告引流
|
void |
setFileType(String FileType)
Set image:图片
|
void |
setLabel(Long Label)
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 CreateFileSampleRequest()
public CreateFileSampleRequest(CreateFileSampleRequest source)
public FileSample[] getContents()
public void setContents(FileSample[] Contents)
Contents
- 文件类型结构数组public Long getEvilType()
public void setEvilType(Long EvilType)
EvilType
- 恶意类型
100:正常
20001:政治
20002:色情
20006:涉毒违法
20007:谩骂
24001:暴恐
20105:广告引流public String getFileType()
public void setFileType(String FileType)
FileType
- image:图片public Long getLabel()
public void setLabel(Long Label)
Label
- 样本类型
1:黑库
2:白库Copyright © 2022. All rights reserved.