package com.dss.tpservice.bean;

/* JADX INFO: loaded from: classes.dex */
public class PreventTouchPenetrationBean {
    private String pkgName;
    private String winTitle;
    private String winType;

    public String getPkgName() {
        return this.pkgName;
    }

    public void setPkgName(String str) {
        this.pkgName = str;
    }

    public String getWinType() {
        return this.winType;
    }

    public void setWinType(String str) {
        this.winType = str;
    }

    public String getWinTitle() {
        return this.winTitle;
    }

    public void setWinTitle(String str) {
        this.winTitle = str;
    }

    public String toString() {
        return "PreventTouchPenetrationBean{pkgName='" + this.pkgName + "', winType='" + this.winType + "', winTitle='" + this.winTitle + "'}";
    }
}
