public class ModifyReviewTemplateRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and 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。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 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。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。
|
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 ModifyReviewTemplateRequest()
public ModifyReviewTemplateRequest(ModifyReviewTemplateRequest 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 String[] getLabels()
public void setLabels(String[] Labels)
Labels
- 需要返回的违规标签列表,可选值为:
Copyright © 2024. All rights reserved.