package com.seewo.sdk.internal.command;

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

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

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

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

    private CmdCommandBox() {
    }

    public String getParamsJson() {
        return this.f3381g;
    }

    public String getRequestName() {
        return this.f3380b;
    }

    public void setParamsJson(String str) {
        this.f3381g = str;
    }

    public void setRequestName(String str) {
        this.f3380b = str;
    }

    public CmdCommandBox(String str, String str2) {
        this();
        this.f3380b = str;
        this.f3381g = str2;
    }
}
