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

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

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

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

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

    private CmdSystemInfo() {
        super(null);
    }

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

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

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

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

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

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