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

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

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

    private CmdPostEvent() {
    }

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

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

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

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

    public CmdPostEvent(Object obj) {
        this();
        this.b = a.o(obj);
        this.d = obj.getClass();
    }
}
