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

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

    private CmdCommandBox() {
    }

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

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

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

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

    public CmdCommandBox(String str, String str2) {
        this();
        this.f2677b = str;
        this.f2678f = str2;
    }
}
