package com.seewo.sdk.internal.command.system;

import com.seewo.sdk.internal.model.SDKParsable;

/* JADX INFO: loaded from: classes.dex */
public class CmdUpgradeTouch implements SDKParsable {
    private String b;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private boolean f347e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private boolean f348f;

    public CmdUpgradeTouch() {
    }

    public String getPath() {
        return this.b;
    }

    public boolean isSilence() {
        return this.f347e;
    }

    public boolean isWillNotReboot() {
        return this.f348f;
    }

    public void setPath(String str) {
        this.b = str;
    }

    public void setSilence(boolean z) {
        this.f347e = z;
    }

    public void setWillNotReboot(boolean z) {
        this.f348f = z;
    }

    public CmdUpgradeTouch(String str, boolean z, boolean z2) {
        this.b = str;
        this.f347e = z;
        this.f348f = z2;
    }

    public CmdUpgradeTouch(String str) {
        this.b = str;
    }
}
