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

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

/* JADX INFO: loaded from: classes.dex */
public class CmdExecShellCommandAsUser implements SDKParsable {

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

    private CmdExecShellCommandAsUser() {
    }

    public String getCommand() {
        return this.f3440b;
    }

    public void setCommand(String str) {
        this.f3440b = str;
    }

    public CmdExecShellCommandAsUser(String str) {
        this();
        this.f3440b = str;
    }
}
