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

import com.seewo.sdk.internal.command.CmdBase;
import e.c.d.y.g.a;
import e.c.d.y.g.b;
import e.c.d.y.g.c;

/* JADX INFO: loaded from: classes.dex */
public class CmdSystemInfo extends CmdBase implements b {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private static a<CmdSystemInfo> f349f = c.a();

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private SDKSystemInfoType f350e;

    private CmdSystemInfo() {
        super(null);
    }

    public static CmdSystemInfo obtain(SDKSystemInfoType sDKSystemInfoType) {
        CmdSystemInfo cmdSystemInfoA = f349f.a();
        if (cmdSystemInfoA == null) {
            cmdSystemInfoA = new CmdSystemInfo();
        }
        cmdSystemInfoA.f350e = sDKSystemInfoType;
        return cmdSystemInfoA;
    }

    @Override // com.seewo.sdk.internal.command.CmdBase, e.c.d.y.g.b
    public void clear() {
        super.clear();
        this.f350e = null;
    }

    public SDKSystemInfoType getType() {
        return this.f350e;
    }

    @Override // com.seewo.sdk.internal.command.CmdBase, e.c.d.y.g.b
    public void recycle() {
        f349f.recycle(this);
    }

    public void setType(SDKSystemInfoType sDKSystemInfoType) {
        this.f350e = sDKSystemInfoType;
    }

    public static CmdSystemInfo obtain(SDKSystemInfoType sDKSystemInfoType, Object obj) {
        CmdSystemInfo cmdSystemInfoObtain = obtain(sDKSystemInfoType);
        cmdSystemInfoObtain.setData(obj);
        return cmdSystemInfoObtain;
    }
}
