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

com.tencentcloudapi.acp.v20220105.models.AppInfoItem Maven / Gradle / Ivy

There is a newer version: 3.1.977
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.acp.v20220105.models;

import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;

public class AppInfoItem extends AbstractModel{

    /**
    * App包名
    */
    @SerializedName("AppPackage")
    @Expose
    private String AppPackage;

    /**
    * App名称
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("AppName")
    @Expose
    private String AppName;

    /**
    * App版本
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("AppVersion")
    @Expose
    private String AppVersion;

    /**
    * 应用平台, 0:android, 1:ios, 2:小程序
    */
    @SerializedName("Platform")
    @Expose
    private Long Platform;

    /**
    * App隐私诊断报告下载链接
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("ReportUrl")
    @Expose
    private String ReportUrl;

    /**
    * App隐私诊断报告名称
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("ReportTitle")
    @Expose
    private String ReportTitle;

    /**
    * App诊断堆栈报告下载链接
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("BehaviorUrl")
    @Expose
    private String BehaviorUrl;

    /**
    * App诊断堆栈报告名称
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("BehaviorTitle")
    @Expose
    private String BehaviorTitle;

    /**
    * 诊断高风险项数量
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("HighRiskCount")
    @Expose
    private Long HighRiskCount;

    /**
    * 隐私申明文件名称
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("PrivacyTextName")
    @Expose
    private String PrivacyTextName;

    /**
    * 软件MD5
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("SoftwareMD5")
    @Expose
    private String SoftwareMD5;

    /**
    * 隐私文本MD5
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("PrivacyTextMD5")
    @Expose
    private String PrivacyTextMD5;

    /**
     * Get App包名 
     * @return AppPackage App包名
     */
    public String getAppPackage() {
        return this.AppPackage;
    }

    /**
     * Set App包名
     * @param AppPackage App包名
     */
    public void setAppPackage(String AppPackage) {
        this.AppPackage = AppPackage;
    }

    /**
     * Get App名称
注意:此字段可能返回 null,表示取不到有效值。 
     * @return AppName App名称
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getAppName() {
        return this.AppName;
    }

    /**
     * Set App名称
注意:此字段可能返回 null,表示取不到有效值。
     * @param AppName App名称
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setAppName(String AppName) {
        this.AppName = AppName;
    }

    /**
     * Get App版本
注意:此字段可能返回 null,表示取不到有效值。 
     * @return AppVersion App版本
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getAppVersion() {
        return this.AppVersion;
    }

    /**
     * Set App版本
注意:此字段可能返回 null,表示取不到有效值。
     * @param AppVersion App版本
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setAppVersion(String AppVersion) {
        this.AppVersion = AppVersion;
    }

    /**
     * Get 应用平台, 0:android, 1:ios, 2:小程序 
     * @return Platform 应用平台, 0:android, 1:ios, 2:小程序
     */
    public Long getPlatform() {
        return this.Platform;
    }

    /**
     * Set 应用平台, 0:android, 1:ios, 2:小程序
     * @param Platform 应用平台, 0:android, 1:ios, 2:小程序
     */
    public void setPlatform(Long Platform) {
        this.Platform = Platform;
    }

    /**
     * Get App隐私诊断报告下载链接
注意:此字段可能返回 null,表示取不到有效值。 
     * @return ReportUrl App隐私诊断报告下载链接
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getReportUrl() {
        return this.ReportUrl;
    }

    /**
     * Set App隐私诊断报告下载链接
注意:此字段可能返回 null,表示取不到有效值。
     * @param ReportUrl App隐私诊断报告下载链接
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setReportUrl(String ReportUrl) {
        this.ReportUrl = ReportUrl;
    }

    /**
     * Get App隐私诊断报告名称
注意:此字段可能返回 null,表示取不到有效值。 
     * @return ReportTitle App隐私诊断报告名称
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getReportTitle() {
        return this.ReportTitle;
    }

    /**
     * Set App隐私诊断报告名称
注意:此字段可能返回 null,表示取不到有效值。
     * @param ReportTitle App隐私诊断报告名称
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setReportTitle(String ReportTitle) {
        this.ReportTitle = ReportTitle;
    }

    /**
     * Get App诊断堆栈报告下载链接
注意:此字段可能返回 null,表示取不到有效值。 
     * @return BehaviorUrl App诊断堆栈报告下载链接
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getBehaviorUrl() {
        return this.BehaviorUrl;
    }

    /**
     * Set App诊断堆栈报告下载链接
注意:此字段可能返回 null,表示取不到有效值。
     * @param BehaviorUrl App诊断堆栈报告下载链接
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setBehaviorUrl(String BehaviorUrl) {
        this.BehaviorUrl = BehaviorUrl;
    }

    /**
     * Get App诊断堆栈报告名称
注意:此字段可能返回 null,表示取不到有效值。 
     * @return BehaviorTitle App诊断堆栈报告名称
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getBehaviorTitle() {
        return this.BehaviorTitle;
    }

    /**
     * Set App诊断堆栈报告名称
注意:此字段可能返回 null,表示取不到有效值。
     * @param BehaviorTitle App诊断堆栈报告名称
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setBehaviorTitle(String BehaviorTitle) {
        this.BehaviorTitle = BehaviorTitle;
    }

    /**
     * Get 诊断高风险项数量
注意:此字段可能返回 null,表示取不到有效值。 
     * @return HighRiskCount 诊断高风险项数量
注意:此字段可能返回 null,表示取不到有效值。
     */
    public Long getHighRiskCount() {
        return this.HighRiskCount;
    }

    /**
     * Set 诊断高风险项数量
注意:此字段可能返回 null,表示取不到有效值。
     * @param HighRiskCount 诊断高风险项数量
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setHighRiskCount(Long HighRiskCount) {
        this.HighRiskCount = HighRiskCount;
    }

    /**
     * Get 隐私申明文件名称
注意:此字段可能返回 null,表示取不到有效值。 
     * @return PrivacyTextName 隐私申明文件名称
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getPrivacyTextName() {
        return this.PrivacyTextName;
    }

    /**
     * Set 隐私申明文件名称
注意:此字段可能返回 null,表示取不到有效值。
     * @param PrivacyTextName 隐私申明文件名称
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setPrivacyTextName(String PrivacyTextName) {
        this.PrivacyTextName = PrivacyTextName;
    }

    /**
     * Get 软件MD5
注意:此字段可能返回 null,表示取不到有效值。 
     * @return SoftwareMD5 软件MD5
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getSoftwareMD5() {
        return this.SoftwareMD5;
    }

    /**
     * Set 软件MD5
注意:此字段可能返回 null,表示取不到有效值。
     * @param SoftwareMD5 软件MD5
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setSoftwareMD5(String SoftwareMD5) {
        this.SoftwareMD5 = SoftwareMD5;
    }

    /**
     * Get 隐私文本MD5
注意:此字段可能返回 null,表示取不到有效值。 
     * @return PrivacyTextMD5 隐私文本MD5
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getPrivacyTextMD5() {
        return this.PrivacyTextMD5;
    }

    /**
     * Set 隐私文本MD5
注意:此字段可能返回 null,表示取不到有效值。
     * @param PrivacyTextMD5 隐私文本MD5
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setPrivacyTextMD5(String PrivacyTextMD5) {
        this.PrivacyTextMD5 = PrivacyTextMD5;
    }

    public AppInfoItem() {
    }

    /**
     * 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 AppInfoItem(AppInfoItem source) {
        if (source.AppPackage != null) {
            this.AppPackage = new String(source.AppPackage);
        }
        if (source.AppName != null) {
            this.AppName = new String(source.AppName);
        }
        if (source.AppVersion != null) {
            this.AppVersion = new String(source.AppVersion);
        }
        if (source.Platform != null) {
            this.Platform = new Long(source.Platform);
        }
        if (source.ReportUrl != null) {
            this.ReportUrl = new String(source.ReportUrl);
        }
        if (source.ReportTitle != null) {
            this.ReportTitle = new String(source.ReportTitle);
        }
        if (source.BehaviorUrl != null) {
            this.BehaviorUrl = new String(source.BehaviorUrl);
        }
        if (source.BehaviorTitle != null) {
            this.BehaviorTitle = new String(source.BehaviorTitle);
        }
        if (source.HighRiskCount != null) {
            this.HighRiskCount = new Long(source.HighRiskCount);
        }
        if (source.PrivacyTextName != null) {
            this.PrivacyTextName = new String(source.PrivacyTextName);
        }
        if (source.SoftwareMD5 != null) {
            this.SoftwareMD5 = new String(source.SoftwareMD5);
        }
        if (source.PrivacyTextMD5 != null) {
            this.PrivacyTextMD5 = new String(source.PrivacyTextMD5);
        }
    }


    /**
     * Internal implementation, normal users should not use it.
     */
    public void toMap(HashMap map, String prefix) {
        this.setParamSimple(map, prefix + "AppPackage", this.AppPackage);
        this.setParamSimple(map, prefix + "AppName", this.AppName);
        this.setParamSimple(map, prefix + "AppVersion", this.AppVersion);
        this.setParamSimple(map, prefix + "Platform", this.Platform);
        this.setParamSimple(map, prefix + "ReportUrl", this.ReportUrl);
        this.setParamSimple(map, prefix + "ReportTitle", this.ReportTitle);
        this.setParamSimple(map, prefix + "BehaviorUrl", this.BehaviorUrl);
        this.setParamSimple(map, prefix + "BehaviorTitle", this.BehaviorTitle);
        this.setParamSimple(map, prefix + "HighRiskCount", this.HighRiskCount);
        this.setParamSimple(map, prefix + "PrivacyTextName", this.PrivacyTextName);
        this.setParamSimple(map, prefix + "SoftwareMD5", this.SoftwareMD5);
        this.setParamSimple(map, prefix + "PrivacyTextMD5", this.PrivacyTextMD5);

    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy