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

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

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

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

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

    private CmdPostEvent() {
    }

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

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

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

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

    public CmdPostEvent(Object obj) {
        this();
        this.f3385b = AbstractC0421a.n(obj);
        this.f3386g = obj.getClass();
    }
}
