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

import java.util.HashMap;

/* JADX INFO: loaded from: classes2.dex */
public final class a3 extends z2 {

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

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

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

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

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

    public a3(String str) {
        this.f20678a = "E";
        this.f20679b = -1L;
        this.f20680c = "E";
        this.f20681d = "E";
        this.f20682e = "E";
        HashMap mapA = z2.a(str);
        if (mapA != null) {
            this.f20678a = mapA.get(0) == null ? "E" : (String) mapA.get(0);
            this.f20679b = mapA.get(1) != null ? ((Long) mapA.get(1)).longValue() : -1L;
            this.f20680c = mapA.get(2) == null ? "E" : (String) mapA.get(2);
            this.f20681d = mapA.get(3) == null ? "E" : (String) mapA.get(3);
            this.f20682e = mapA.get(4) != null ? (String) mapA.get(4) : "E";
        }
    }

    @Override // com.google.android.gms.internal.pal.z2
    public final HashMap b() {
        HashMap map = new HashMap();
        map.put(0, this.f20678a);
        map.put(4, this.f20682e);
        map.put(3, this.f20681d);
        map.put(2, this.f20680c);
        map.put(1, Long.valueOf(this.f20679b));
        return map;
    }
}
