public class CreateReviewTemplateRequest extends AbstractModel
Constructor and Description |
---|
CreateReviewTemplateRequest() |
CreateReviewTemplateRequest(CreateReviewTemplateRequest 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 个字符。
|
String[] |
getLabels()
Get 需要返回的违规标签列表,可选值为:
Porn:色情;
Terror:暴恐;
Polity:不适宜的信息;
Illegal:违法;
Religion:宗教;
Abuse:谩骂;
Ad:广告;
Moan:娇喘。
|
String |
getName()
Get 审核模板名称,长度限制:64 个字符。
|
String |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setComment(String Comment)
Set 审核模板描述信息,长度限制:256 个字符。
|
void |
setLabels(String[] Labels)
Set 需要返回的违规标签列表,可选值为:
Porn:色情;
Terror:暴恐;
Polity:不适宜的信息;
Illegal:违法;
Religion:宗教;
Abuse:谩骂;
Ad:广告;
Moan:娇喘。
|
void |
setName(String Name)
Set 审核模板名称,长度限制:64 个字符。
|
void |
setSubAppId(String SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
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 CreateReviewTemplateRequest()
public CreateReviewTemplateRequest(CreateReviewTemplateRequest source)
public String[] getLabels()
public void setLabels(String[] Labels)
Labels
- 需要返回的违规标签列表,可选值为:
public String getSubAppId()
public void setSubAppId(String SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。public String getName()
public void setName(String Name)
Name
- 审核模板名称,长度限制:64 个字符。public String getComment()
public void setComment(String Comment)
Comment
- 审核模板描述信息,长度限制:256 个字符。Copyright © 2023. All rights reserved.