All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.mps.v20190612.models.ContentReviewTemplateItem Maven / Gradle / Ivy

There is a newer version: 3.1.1165
Show newest version
/*
 * 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.mps.v20190612.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; /** * 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 */ @SerializedName("CreateTime") @Expose private String CreateTime; /** * 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 */ @SerializedName("UpdateTime") @Expose private String UpdateTime; /** * 模板类型,取值范围: * Preset:系统预置模板; * Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("Type") @Expose private String Type; /** * 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 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 * @return CreateTime 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 */ public String getCreateTime() { return this.CreateTime; } /** * Set 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 * @param CreateTime 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 */ public void setCreateTime(String CreateTime) { this.CreateTime = CreateTime; } /** * Get 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 * @return UpdateTime 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 */ public String getUpdateTime() { return this.UpdateTime; } /** * Set 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 * @param UpdateTime 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 */ public void setUpdateTime(String UpdateTime) { this.UpdateTime = UpdateTime; } /** * Get 模板类型,取值范围: * Preset:系统预置模板; * Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。 * @return Type 模板类型,取值范围: * Preset:系统预置模板; * Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。 */ public String getType() { return this.Type; } /** * Set 模板类型,取值范围: * Preset:系统预置模板; * Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。 * @param Type 模板类型,取值范围: * Preset:系统预置模板; * Custom:用户自定义模板。 注意:此字段可能返回 null,表示取不到有效值。 */ public void setType(String Type) { this.Type = Type; } 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.CreateTime != null) { this.CreateTime = new String(source.CreateTime); } if (source.UpdateTime != null) { this.UpdateTime = new String(source.UpdateTime); } if (source.Type != null) { this.Type = new String(source.Type); } } /** * 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 + "CreateTime", this.CreateTime); this.setParamSimple(map, prefix + "UpdateTime", this.UpdateTime); this.setParamSimple(map, prefix + "Type", this.Type); } }




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy