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

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

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

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

    private RespShellCommand() {
    }

    public SDKShellResult getShellResult() {
        return this.f2793b;
    }

    public void setShellResult(SDKShellResult sDKShellResult) {
        this.f2793b = sDKShellResult;
    }

    public RespShellCommand(SDKShellResult sDKShellResult) {
        this();
        this.f2793b = sDKShellResult;
    }
}
