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 {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private String f2745b;

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

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

    public CmdUpgradeTouch() {
    }

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

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

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

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

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

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

    public CmdUpgradeTouch(String str, boolean z, boolean z2) {
        this.f2745b = str;
        this.f2746f = z;
        this.f2747g = z2;
    }

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