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

import com.seewo.sdk.internal.command.CmdBase;
import h.c.c.s.f.a;
import h.c.c.s.f.b;
import h.c.c.s.f.c;

/* JADX INFO: loaded from: classes.dex */
public class CmdSystemInfo extends CmdBase implements b {
    private static a<CmdSystemInfo> e = c.a();
    private SDKSystemInfoType d;

    private CmdSystemInfo() {
        super(null);
    }

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

    @Override // com.seewo.sdk.internal.command.CmdBase, h.c.c.s.f.b
    public void clear() {
        super.clear();
        this.d = null;
    }

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

    @Override // com.seewo.sdk.internal.command.CmdBase, h.c.c.s.f.b
    public void recycle() {
        e.b(this);
    }

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

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