com.tencentcloudapi.vod.v20180717.models.ContentReviewTemplateItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tencentcloud-sdk-java-vod Show documentation
Show all versions of tencentcloud-sdk-java-vod Show documentation
Tencent Cloud Open API SDK for Java
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.tencentcloudapi.vod.v20180717.models;
import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class ContentReviewTemplateItem extends AbstractModel{
/**
* 内容审核模板唯一标识。
*/
@SerializedName("Definition")
@Expose
private Long Definition;
/**
* 内容审核模板名称,长度限制:64 个字符。
*/
@SerializedName("Name")
@Expose
private String Name;
/**
* 内容审核模板描述信息,长度限制:256 个字符。
*/
@SerializedName("Comment")
@Expose
private String Comment;
/**
* 鉴黄控制参数。
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("PornConfigure")
@Expose
private PornConfigureInfo PornConfigure;
/**
* 鉴恐控制参数。
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("TerrorismConfigure")
@Expose
private TerrorismConfigureInfo TerrorismConfigure;
/**
* 鉴政控制参数。
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("PoliticalConfigure")
@Expose
private PoliticalConfigureInfo PoliticalConfigure;
/**
* 违禁控制参数。违禁内容包括:
谩骂;
涉毒违法。
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("ProhibitedConfigure")
@Expose
private ProhibitedConfigureInfo ProhibitedConfigure;
/**
* 用户自定义内容审核控制参数。
注意:此字段可能返回 null,表示取不到有效值。
*/
@SerializedName("UserDefineConfigure")
@Expose
private UserDefineConfigureInfo UserDefineConfigure;
/**
* 审核结果是否进入审核墙(对审核结果进行人工复核)的开关。
ON:是;
OFF:否。
*/
@SerializedName("ReviewWallSwitch")
@Expose
private String ReviewWallSwitch;
/**
* 截帧间隔,单位为秒。当不填时,默认截帧间隔为 1 秒,最小值为 0.5 秒。
*/
@SerializedName("ScreenshotInterval")
@Expose
private Float ScreenshotInterval;
/**
* 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
*/
@SerializedName("CreateTime")
@Expose
private String CreateTime;
/**
* 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
*/
@SerializedName("UpdateTime")
@Expose
private String UpdateTime;
/**
* Get 内容审核模板唯一标识。
* @return Definition 内容审核模板唯一标识。
*/
public Long getDefinition() {
return this.Definition;
}
/**
* Set 内容审核模板唯一标识。
* @param Definition 内容审核模板唯一标识。
*/
public void setDefinition(Long Definition) {
this.Definition = Definition;
}
/**
* Get 内容审核模板名称,长度限制:64 个字符。
* @return Name 内容审核模板名称,长度限制:64 个字符。
*/
public String getName() {
return this.Name;
}
/**
* Set 内容审核模板名称,长度限制:64 个字符。
* @param Name 内容审核模板名称,长度限制:64 个字符。
*/
public void setName(String Name) {
this.Name = Name;
}
/**
* Get 内容审核模板描述信息,长度限制:256 个字符。
* @return Comment 内容审核模板描述信息,长度限制:256 个字符。
*/
public String getComment() {
return this.Comment;
}
/**
* Set 内容审核模板描述信息,长度限制:256 个字符。
* @param Comment 内容审核模板描述信息,长度限制:256 个字符。
*/
public void setComment(String Comment) {
this.Comment = Comment;
}
/**
* Get 鉴黄控制参数。
注意:此字段可能返回 null,表示取不到有效值。
* @return PornConfigure 鉴黄控制参数。
注意:此字段可能返回 null,表示取不到有效值。
*/
public PornConfigureInfo getPornConfigure() {
return this.PornConfigure;
}
/**
* Set 鉴黄控制参数。
注意:此字段可能返回 null,表示取不到有效值。
* @param PornConfigure 鉴黄控制参数。
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setPornConfigure(PornConfigureInfo PornConfigure) {
this.PornConfigure = PornConfigure;
}
/**
* Get 鉴恐控制参数。
注意:此字段可能返回 null,表示取不到有效值。
* @return TerrorismConfigure 鉴恐控制参数。
注意:此字段可能返回 null,表示取不到有效值。
*/
public TerrorismConfigureInfo getTerrorismConfigure() {
return this.TerrorismConfigure;
}
/**
* Set 鉴恐控制参数。
注意:此字段可能返回 null,表示取不到有效值。
* @param TerrorismConfigure 鉴恐控制参数。
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setTerrorismConfigure(TerrorismConfigureInfo TerrorismConfigure) {
this.TerrorismConfigure = TerrorismConfigure;
}
/**
* Get 鉴政控制参数。
注意:此字段可能返回 null,表示取不到有效值。
* @return PoliticalConfigure 鉴政控制参数。
注意:此字段可能返回 null,表示取不到有效值。
*/
public PoliticalConfigureInfo getPoliticalConfigure() {
return this.PoliticalConfigure;
}
/**
* Set 鉴政控制参数。
注意:此字段可能返回 null,表示取不到有效值。
* @param PoliticalConfigure 鉴政控制参数。
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setPoliticalConfigure(PoliticalConfigureInfo PoliticalConfigure) {
this.PoliticalConfigure = PoliticalConfigure;
}
/**
* Get 违禁控制参数。违禁内容包括:
谩骂;
涉毒违法。
注意:此字段可能返回 null,表示取不到有效值。
* @return ProhibitedConfigure 违禁控制参数。违禁内容包括:
谩骂;
涉毒违法。
注意:此字段可能返回 null,表示取不到有效值。
*/
public ProhibitedConfigureInfo getProhibitedConfigure() {
return this.ProhibitedConfigure;
}
/**
* Set 违禁控制参数。违禁内容包括:
谩骂;
涉毒违法。
注意:此字段可能返回 null,表示取不到有效值。
* @param ProhibitedConfigure 违禁控制参数。违禁内容包括:
谩骂;
涉毒违法。
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setProhibitedConfigure(ProhibitedConfigureInfo ProhibitedConfigure) {
this.ProhibitedConfigure = ProhibitedConfigure;
}
/**
* Get 用户自定义内容审核控制参数。
注意:此字段可能返回 null,表示取不到有效值。
* @return UserDefineConfigure 用户自定义内容审核控制参数。
注意:此字段可能返回 null,表示取不到有效值。
*/
public UserDefineConfigureInfo getUserDefineConfigure() {
return this.UserDefineConfigure;
}
/**
* Set 用户自定义内容审核控制参数。
注意:此字段可能返回 null,表示取不到有效值。
* @param UserDefineConfigure 用户自定义内容审核控制参数。
注意:此字段可能返回 null,表示取不到有效值。
*/
public void setUserDefineConfigure(UserDefineConfigureInfo UserDefineConfigure) {
this.UserDefineConfigure = UserDefineConfigure;
}
/**
* Get 审核结果是否进入审核墙(对审核结果进行人工复核)的开关。
ON:是;
OFF:否。
* @return ReviewWallSwitch 审核结果是否进入审核墙(对审核结果进行人工复核)的开关。
ON:是;
OFF:否。
*/
public String getReviewWallSwitch() {
return this.ReviewWallSwitch;
}
/**
* Set 审核结果是否进入审核墙(对审核结果进行人工复核)的开关。
ON:是;
OFF:否。
* @param ReviewWallSwitch 审核结果是否进入审核墙(对审核结果进行人工复核)的开关。
ON:是;
OFF:否。
*/
public void setReviewWallSwitch(String ReviewWallSwitch) {
this.ReviewWallSwitch = ReviewWallSwitch;
}
/**
* Get 截帧间隔,单位为秒。当不填时,默认截帧间隔为 1 秒,最小值为 0.5 秒。
* @return ScreenshotInterval 截帧间隔,单位为秒。当不填时,默认截帧间隔为 1 秒,最小值为 0.5 秒。
*/
public Float getScreenshotInterval() {
return this.ScreenshotInterval;
}
/**
* Set 截帧间隔,单位为秒。当不填时,默认截帧间隔为 1 秒,最小值为 0.5 秒。
* @param ScreenshotInterval 截帧间隔,单位为秒。当不填时,默认截帧间隔为 1 秒,最小值为 0.5 秒。
*/
public void setScreenshotInterval(Float ScreenshotInterval) {
this.ScreenshotInterval = ScreenshotInterval;
}
/**
* Get 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
* @return CreateTime 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
*/
public String getCreateTime() {
return this.CreateTime;
}
/**
* Set 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
* @param CreateTime 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
*/
public void setCreateTime(String CreateTime) {
this.CreateTime = CreateTime;
}
/**
* Get 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
* @return UpdateTime 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
*/
public String getUpdateTime() {
return this.UpdateTime;
}
/**
* Set 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
* @param UpdateTime 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
*/
public void setUpdateTime(String UpdateTime) {
this.UpdateTime = UpdateTime;
}
public ContentReviewTemplateItem() {
}
/**
* 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.
*/
public ContentReviewTemplateItem(ContentReviewTemplateItem source) {
if (source.Definition != null) {
this.Definition = new Long(source.Definition);
}
if (source.Name != null) {
this.Name = new String(source.Name);
}
if (source.Comment != null) {
this.Comment = new String(source.Comment);
}
if (source.PornConfigure != null) {
this.PornConfigure = new PornConfigureInfo(source.PornConfigure);
}
if (source.TerrorismConfigure != null) {
this.TerrorismConfigure = new TerrorismConfigureInfo(source.TerrorismConfigure);
}
if (source.PoliticalConfigure != null) {
this.PoliticalConfigure = new PoliticalConfigureInfo(source.PoliticalConfigure);
}
if (source.ProhibitedConfigure != null) {
this.ProhibitedConfigure = new ProhibitedConfigureInfo(source.ProhibitedConfigure);
}
if (source.UserDefineConfigure != null) {
this.UserDefineConfigure = new UserDefineConfigureInfo(source.UserDefineConfigure);
}
if (source.ReviewWallSwitch != null) {
this.ReviewWallSwitch = new String(source.ReviewWallSwitch);
}
if (source.ScreenshotInterval != null) {
this.ScreenshotInterval = new Float(source.ScreenshotInterval);
}
if (source.CreateTime != null) {
this.CreateTime = new String(source.CreateTime);
}
if (source.UpdateTime != null) {
this.UpdateTime = new String(source.UpdateTime);
}
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "Definition", this.Definition);
this.setParamSimple(map, prefix + "Name", this.Name);
this.setParamSimple(map, prefix + "Comment", this.Comment);
this.setParamObj(map, prefix + "PornConfigure.", this.PornConfigure);
this.setParamObj(map, prefix + "TerrorismConfigure.", this.TerrorismConfigure);
this.setParamObj(map, prefix + "PoliticalConfigure.", this.PoliticalConfigure);
this.setParamObj(map, prefix + "ProhibitedConfigure.", this.ProhibitedConfigure);
this.setParamObj(map, prefix + "UserDefineConfigure.", this.UserDefineConfigure);
this.setParamSimple(map, prefix + "ReviewWallSwitch", this.ReviewWallSwitch);
this.setParamSimple(map, prefix + "ScreenshotInterval", this.ScreenshotInterval);
this.setParamSimple(map, prefix + "CreateTime", this.CreateTime);
this.setParamSimple(map, prefix + "UpdateTime", this.UpdateTime);
}
}