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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private Class<?> f2683f;

    private CmdPostEvent() {
    }

    public String getEventJson() {
        return this.f2682b;
    }

    public Class<?> getEventType() {
        return this.f2683f;
    }

    public void setEventJson(String str) {
        this.f2682b = str;
    }

    public void setEventType(Class<?> cls) {
        this.f2683f = cls;
    }

    public CmdPostEvent(Object obj) {
        this();
        this.f2682b = a.o(obj);
        this.f2683f = obj.getClass();
    }
}
