package com.google.android.gms.internal.ads;

import java.util.HashMap;

/* JADX INFO: loaded from: classes2.dex */
public final class fg extends eg {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public String f11200a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final long f11201b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final String f11202c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final String f11203d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final String f11204e;

    public fg(String str) {
        this.f11200a = "E";
        this.f11201b = -1L;
        this.f11202c = "E";
        this.f11203d = "E";
        this.f11204e = "E";
        HashMap mapB = eg.b(str);
        if (mapB != null) {
            this.f11200a = mapB.get(0) == null ? "E" : (String) mapB.get(0);
            this.f11201b = mapB.get(1) != null ? ((Long) mapB.get(1)).longValue() : -1L;
            this.f11202c = mapB.get(2) == null ? "E" : (String) mapB.get(2);
            this.f11203d = mapB.get(3) == null ? "E" : (String) mapB.get(3);
            this.f11204e = mapB.get(4) != null ? (String) mapB.get(4) : "E";
        }
    }

    @Override // com.google.android.gms.internal.ads.eg
    public final HashMap a() {
        HashMap map = new HashMap();
        map.put(0, this.f11200a);
        map.put(4, this.f11204e);
        map.put(3, this.f11203d);
        map.put(2, this.f11202c);
        map.put(1, Long.valueOf(this.f11201b));
        return map;
    }
}
