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 f3450b;

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

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

    public CmdUpgradeTouch() {
    }

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

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

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

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

    public void setSilence(boolean z2) {
        this.f3451g = z2;
    }

    public void setWillNotReboot(boolean z2) {
        this.f3452r = z2;
    }

    public CmdUpgradeTouch(String str, boolean z2, boolean z3) {
        this.f3450b = str;
        this.f3451g = z2;
        this.f3452r = z3;
    }

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