package com.seewo.sdk.internal.command;

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

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

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

    private CmdCommandBox() {
    }

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

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

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

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

    public CmdCommandBox(String str, String str2) {
        this();
        this.b = str;
        this.f310e = str2;
    }
}
