public class ContentReviewTemplateItem extends AbstractModel
Constructor and Description |
---|
ContentReviewTemplateItem() |
ContentReviewTemplateItem(ContentReviewTemplateItem 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 Description of a content audit template.
|
String |
getCreateTime()
Get Creation time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
Long |
getDefinition()
Get Unique ID of a content audit template.
|
String |
getName()
Get Name of a content audit template.
|
PoliticalConfigureInfo |
getPoliticalConfigure()
Get The parameters for detecting sensitive information.
|
PornConfigureInfo |
getPornConfigure()
Get Porn information detection control parameter.
|
ProhibitedConfigureInfo |
getProhibitedConfigure()
Get Control parameter of prohibited information detection.
|
TerrorismConfigureInfo |
getTerrorismConfigure()
Get The parameters for detecting sensitive information.
|
String |
getType()
Get The template type.
|
String |
getUpdateTime()
Get Last modified time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
UserDefineConfigureInfo |
getUserDefineConfigure()
Get Custom content audit control parameter.
|
void |
setComment(String Comment)
Set Description of a content audit template.
|
void |
setCreateTime(String CreateTime)
Set Creation time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
void |
setDefinition(Long Definition)
Set Unique ID of a content audit template.
|
void |
setName(String Name)
Set Name of a content audit template.
|
void |
setPoliticalConfigure(PoliticalConfigureInfo PoliticalConfigure)
Set The parameters for detecting sensitive information.
|
void |
setPornConfigure(PornConfigureInfo PornConfigure)
Set Porn information detection control parameter.
|
void |
setProhibitedConfigure(ProhibitedConfigureInfo ProhibitedConfigure)
Set Control parameter of prohibited information detection.
|
void |
setTerrorismConfigure(TerrorismConfigureInfo TerrorismConfigure)
Set The parameters for detecting sensitive information.
|
void |
setType(String Type)
Set The template type.
|
void |
setUpdateTime(String UpdateTime)
Set Last modified time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).
|
void |
setUserDefineConfigure(UserDefineConfigureInfo UserDefineConfigure)
Set Custom content audit control parameter.
|
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 ContentReviewTemplateItem()
public ContentReviewTemplateItem(ContentReviewTemplateItem source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Unique ID of a content audit template.public String getName()
public void setName(String Name)
Name
- Name of a content audit template. Length limit: 64 characters.public String getComment()
public void setComment(String Comment)
Comment
- Description of a content audit template. Length limit: 256 characters.public PornConfigureInfo getPornConfigure()
public void setPornConfigure(PornConfigureInfo PornConfigure)
PornConfigure
- Porn information detection control parameter.
Note: This field may return null, indicating that no valid values can be obtained.public TerrorismConfigureInfo getTerrorismConfigure()
public void setTerrorismConfigure(TerrorismConfigureInfo TerrorismConfigure)
TerrorismConfigure
- The parameters for detecting sensitive information.
Note: This field may return `null`, indicating that no valid values can be obtained.public PoliticalConfigureInfo getPoliticalConfigure()
public void setPoliticalConfigure(PoliticalConfigureInfo PoliticalConfigure)
PoliticalConfigure
- The parameters for detecting sensitive information.
Note: This field may return `null`, indicating that no valid values can be obtained.public ProhibitedConfigureInfo getProhibitedConfigure()
public void setProhibitedConfigure(ProhibitedConfigureInfo ProhibitedConfigure)
ProhibitedConfigure
- Control parameter of prohibited information detection. Prohibited information includes:
public UserDefineConfigureInfo getUserDefineConfigure()
public void setUserDefineConfigure(UserDefineConfigureInfo UserDefineConfigure)
UserDefineConfigure
- Custom content audit control parameter.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Last modified time of a template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F).public String getType()
public void setType(String Type)
Type
- The template type. Valid values:
Preset
Custom
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.