Class ModifyReviewTemplateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vod.v20180717.models.ModifyReviewTemplateRequest
-
public class ModifyReviewTemplateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyReviewTemplateRequest()
ModifyReviewTemplateRequest(ModifyReviewTemplateRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
Get 审核模板描述信息,长度限制:256 个字符。Long
getDefinition()
Get 审核模板唯一标识。String[]
getLabels()
Get 需要返回的违规标签列表,可选值为: Porn:色情; Terror:暴力; Polity:不适宜的信息; Illegal:违法; Abuse:谩骂; Ad:广告; Moan:娇喘。 注意:不填表示不更新。String
getName()
Get 审核模板名称,长度限制:64 个字符。Long
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。void
setComment(String Comment)
Set 审核模板描述信息,长度限制:256 个字符。void
setDefinition(Long Definition)
Set 审核模板唯一标识。void
setLabels(String[] Labels)
Set 需要返回的违规标签列表,可选值为: Porn:色情; Terror:暴力; Polity:不适宜的信息; Illegal:违法; Abuse:谩骂; Ad:广告; Moan:娇喘。 注意:不填表示不更新。void
setName(String Name)
Set 审核模板名称,长度限制:64 个字符。void
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyReviewTemplateRequest
public ModifyReviewTemplateRequest()
-
ModifyReviewTemplateRequest
public ModifyReviewTemplateRequest(ModifyReviewTemplateRequest 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.
-
-
Method Detail
-
getDefinition
public Long getDefinition()
Get 审核模板唯一标识。- Returns:
- Definition 审核模板唯一标识。
-
setDefinition
public void setDefinition(Long Definition)
Set 审核模板唯一标识。- Parameters:
Definition
- 审核模板唯一标识。
-
getSubAppId
public Long getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。- Returns:
- SubAppId 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
-
setSubAppId
public void setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。- Parameters:
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
-
getName
public String getName()
Get 审核模板名称,长度限制:64 个字符。- Returns:
- Name 审核模板名称,长度限制:64 个字符。
-
setName
public void setName(String Name)
Set 审核模板名称,长度限制:64 个字符。- Parameters:
Name
- 审核模板名称,长度限制:64 个字符。
-
getComment
public String getComment()
Get 审核模板描述信息,长度限制:256 个字符。- Returns:
- Comment 审核模板描述信息,长度限制:256 个字符。
-
setComment
public void setComment(String Comment)
Set 审核模板描述信息,长度限制:256 个字符。- Parameters:
Comment
- 审核模板描述信息,长度限制:256 个字符。
-
getLabels
public String[] getLabels()
Get 需要返回的违规标签列表,可选值为:- Porn:色情;
- Terror:暴力;
- Polity:不适宜的信息;
- Illegal:违法;
- Abuse:谩骂;
- Ad:广告;
- Moan:娇喘。
注意:不填表示不更新。- Returns:
- Labels 需要返回的违规标签列表,可选值为:
- Porn:色情;
- Terror:暴力;
- Polity:不适宜的信息;
- Illegal:违法;
- Abuse:谩骂;
- Ad:广告;
- Moan:娇喘。
注意:不填表示不更新。
-
setLabels
public void setLabels(String[] Labels)
Set 需要返回的违规标签列表,可选值为:- Porn:色情;
- Terror:暴力;
- Polity:不适宜的信息;
- Illegal:违法;
- Abuse:谩骂;
- Ad:广告;
- Moan:娇喘。
注意:不填表示不更新。- Parameters:
Labels
- 需要返回的违规标签列表,可选值为:- Porn:色情;
- Terror:暴力;
- Polity:不适宜的信息;
- Illegal:违法;
- Abuse:谩骂;
- Ad:广告;
- Moan:娇喘。
注意:不填表示不更新。
-
-