public class ManualReviewContent extends AbstractModel
Constructor and Description |
---|
ManualReviewContent() |
Modifier and Type | Method and Description |
---|---|
Long |
getAutoDetailCode()
Get 机器审核类型,与腾讯机器审核定义一致
100 正常
20001 政治
20002 色情
20006 违法
20007 谩骂
24001 暴恐
20105 广告
20103 性感
|
Long |
getAutoResult()
Get 机器审核结果 0 放过 1 拦截
|
String |
getBatchId()
Get 审核批次号
|
String |
getCallBackInfo()
Get 回调信息标识,回传数据时原样返回
|
String |
getContent()
Get 审核内容
|
String |
getContentId()
Get 消息Id
|
Long |
getContentType()
Get 审核内容类型 1 图片 2 视频 3 文本 4 音频
|
String |
getCreateTime()
Get 创建时间 格式“2020-01-01 00:00:12”
|
Long |
getPriority()
Get 审核优先级,可选值 [1,2,3,4],其中 1 最高,4 最低
|
String |
getTitle()
Get 标题
|
User |
getUserInfo()
Get 用户信息
|
void |
setAutoDetailCode(Long AutoDetailCode)
Set 机器审核类型,与腾讯机器审核定义一致
100 正常
20001 政治
20002 色情
20006 违法
20007 谩骂
24001 暴恐
20105 广告
20103 性感
|
void |
setAutoResult(Long AutoResult)
Set 机器审核结果 0 放过 1 拦截
|
void |
setBatchId(String BatchId)
Set 审核批次号
|
void |
setCallBackInfo(String CallBackInfo)
Set 回调信息标识,回传数据时原样返回
|
void |
setContent(String Content)
Set 审核内容
|
void |
setContentId(String ContentId)
Set 消息Id
|
void |
setContentType(Long ContentType)
Set 审核内容类型 1 图片 2 视频 3 文本 4 音频
|
void |
setCreateTime(String CreateTime)
Set 创建时间 格式“2020-01-01 00:00:12”
|
void |
setPriority(Long Priority)
Set 审核优先级,可选值 [1,2,3,4],其中 1 最高,4 最低
|
void |
setTitle(String Title)
Set 标题
|
void |
setUserInfo(User UserInfo)
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 String getBatchId()
public void setBatchId(String BatchId)
BatchId
- 审核批次号public String getContent()
public void setContent(String Content)
Content
- 审核内容public String getContentId()
public void setContentId(String ContentId)
ContentId
- 消息Idpublic Long getContentType()
public void setContentType(Long ContentType)
ContentType
- 审核内容类型 1 图片 2 视频 3 文本 4 音频public User getUserInfo()
public void setUserInfo(User UserInfo)
UserInfo
- 用户信息public Long getAutoDetailCode()
public void setAutoDetailCode(Long AutoDetailCode)
AutoDetailCode
- 机器审核类型,与腾讯机器审核定义一致
100 正常
20001 政治
20002 色情
20006 违法
20007 谩骂
24001 暴恐
20105 广告
20103 性感public Long getAutoResult()
public void setAutoResult(Long AutoResult)
AutoResult
- 机器审核结果 0 放过 1 拦截public String getCallBackInfo()
public void setCallBackInfo(String CallBackInfo)
CallBackInfo
- 回调信息标识,回传数据时原样返回public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间 格式“2020-01-01 00:00:12”public Long getPriority()
public void setPriority(Long Priority)
Priority
- 审核优先级,可选值 [1,2,3,4],其中 1 最高,4 最低public String getTitle()
public void setTitle(String Title)
Title
- 标题Copyright © 2020. All rights reserved.