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

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

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

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

    private CmdPostEvent() {
    }

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

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

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

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

    public CmdPostEvent(Object obj) {
        this();
        this.b = a.p(obj);
        this.f313e = obj.getClass();
    }
}
