public class ModifyContentReviewTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyContentReviewTemplateRequest() |
ModifyContentReviewTemplateRequest(ModifyContentReviewTemplateRequest 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 |
---|---|
String |
getComment()
Get 内容审核模板描述信息,长度限制:256 个字符。
|
Long |
getDefinition()
Get 内容审核模板唯一标识。
|
String |
getName()
Get 内容审核模板名称,长度限制:64 个字符。
|
PoliticalConfigureInfoForUpdate |
getPoliticalConfigure()
Get 令人不适宜的信息控制参数。
|
PornConfigureInfoForUpdate |
getPornConfigure()
Get 令人反感的信息的控制参数。
|
ProhibitedConfigureInfoForUpdate |
getProhibitedConfigure()
Get 违禁控制参数。违禁内容包括:
谩骂;
涉毒违法。
|
String |
getReviewWallSwitch()
Get 审核结果是否进入审核墙(对审核结果进行人工识别)的开关。
ON:是;
OFF:否。
|
Float |
getScreenshotInterval()
Get 截帧间隔,单位为秒,最小值为 0.5 秒。
|
Long |
getSubAppId()
Get 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。
|
TerrorismConfigureInfoForUpdate |
getTerrorismConfigure()
Get 令人不安全的信息的控制参数。
|
UserDefineConfigureInfoForUpdate |
getUserDefineConfigure()
Get 用户自定义内容审核控制参数。
|
void |
setComment(String Comment)
Set 内容审核模板描述信息,长度限制:256 个字符。
|
void |
setDefinition(Long Definition)
Set 内容审核模板唯一标识。
|
void |
setName(String Name)
Set 内容审核模板名称,长度限制:64 个字符。
|
void |
setPoliticalConfigure(PoliticalConfigureInfoForUpdate PoliticalConfigure)
Set 令人不适宜的信息控制参数。
|
void |
setPornConfigure(PornConfigureInfoForUpdate PornConfigure)
Set 令人反感的信息的控制参数。
|
void |
setProhibitedConfigure(ProhibitedConfigureInfoForUpdate ProhibitedConfigure)
Set 违禁控制参数。违禁内容包括:
谩骂;
涉毒违法。
|
void |
setReviewWallSwitch(String ReviewWallSwitch)
Set 审核结果是否进入审核墙(对审核结果进行人工识别)的开关。
ON:是;
OFF:否。
|
void |
setScreenshotInterval(Float ScreenshotInterval)
Set 截帧间隔,单位为秒,最小值为 0.5 秒。
|
void |
setSubAppId(Long SubAppId)
Set 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。
|
void |
setTerrorismConfigure(TerrorismConfigureInfoForUpdate TerrorismConfigure)
Set 令人不安全的信息的控制参数。
|
void |
setUserDefineConfigure(UserDefineConfigureInfoForUpdate UserDefineConfigure)
Set 用户自定义内容审核控制参数。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyContentReviewTemplateRequest()
public ModifyContentReviewTemplateRequest(ModifyContentReviewTemplateRequest source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 内容审核模板唯一标识。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。public String getName()
public void setName(String Name)
Name
- 内容审核模板名称,长度限制:64 个字符。public String getComment()
public void setComment(String Comment)
Comment
- 内容审核模板描述信息,长度限制:256 个字符。public TerrorismConfigureInfoForUpdate getTerrorismConfigure()
public void setTerrorismConfigure(TerrorismConfigureInfoForUpdate TerrorismConfigure)
TerrorismConfigure
- 令人不安全的信息的控制参数。public PornConfigureInfoForUpdate getPornConfigure()
public void setPornConfigure(PornConfigureInfoForUpdate PornConfigure)
PornConfigure
- 令人反感的信息的控制参数。public PoliticalConfigureInfoForUpdate getPoliticalConfigure()
public void setPoliticalConfigure(PoliticalConfigureInfoForUpdate PoliticalConfigure)
PoliticalConfigure
- 令人不适宜的信息控制参数。public ProhibitedConfigureInfoForUpdate getProhibitedConfigure()
public void setProhibitedConfigure(ProhibitedConfigureInfoForUpdate ProhibitedConfigure)
ProhibitedConfigure
- 违禁控制参数。违禁内容包括:
public UserDefineConfigureInfoForUpdate getUserDefineConfigure()
public void setUserDefineConfigure(UserDefineConfigureInfoForUpdate UserDefineConfigure)
UserDefineConfigure
- 用户自定义内容审核控制参数。public Float getScreenshotInterval()
public void setScreenshotInterval(Float ScreenshotInterval)
ScreenshotInterval
- 截帧间隔,单位为秒,最小值为 0.5 秒。public String getReviewWallSwitch()
public void setReviewWallSwitch(String ReviewWallSwitch)
ReviewWallSwitch
- 审核结果是否进入审核墙(对审核结果进行人工识别)的开关。
Copyright © 2024. All rights reserved.