package b3;

import u.e;

/* JADX INFO: renamed from: b3.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0331b {

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public static final /* synthetic */ int f4697h = 0;

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

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

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

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

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

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

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

    static {
        byte b2 = (byte) (((byte) (0 | 2)) | 1);
        if (b2 == 3) {
            return;
        }
        StringBuilder sb = new StringBuilder();
        if ((b2 & 1) == 0) {
            sb.append(" expiresInSecs");
        }
        if ((b2 & 2) == 0) {
            sb.append(" tokenCreationEpochInSecs");
        }
        throw new IllegalStateException("Missing required properties:" + ((Object) sb));
    }

    public C0331b(String str, int i, String str2, String str3, long j5, long j6, String str4) {
        this.f4698a = str;
        this.f4699b = i;
        this.f4700c = str2;
        this.f4701d = str3;
        this.f4702e = j5;
        this.f4703f = j6;
        this.f4704g = str4;
    }

    public final C0330a a() {
        C0330a c0330a = new C0330a();
        c0330a.f4689a = this.f4698a;
        c0330a.f4690b = this.f4699b;
        c0330a.f4691c = this.f4700c;
        c0330a.f4692d = this.f4701d;
        c0330a.f4693e = this.f4702e;
        c0330a.f4694f = this.f4703f;
        c0330a.f4695g = this.f4704g;
        c0330a.f4696h = (byte) 3;
        return c0330a;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C0331b)) {
            return false;
        }
        C0331b c0331b = (C0331b) obj;
        String str = this.f4698a;
        if (str == null) {
            if (c0331b.f4698a != null) {
                return false;
            }
        } else if (!str.equals(c0331b.f4698a)) {
            return false;
        }
        if (!e.a(this.f4699b, c0331b.f4699b)) {
            return false;
        }
        String str2 = c0331b.f4700c;
        String str3 = this.f4700c;
        if (str3 == null) {
            if (str2 != null) {
                return false;
            }
        } else if (!str3.equals(str2)) {
            return false;
        }
        String str4 = c0331b.f4701d;
        String str5 = this.f4701d;
        if (str5 == null) {
            if (str4 != null) {
                return false;
            }
        } else if (!str5.equals(str4)) {
            return false;
        }
        if (this.f4702e != c0331b.f4702e || this.f4703f != c0331b.f4703f) {
            return false;
        }
        String str6 = c0331b.f4704g;
        String str7 = this.f4704g;
        return str7 == null ? str6 == null : str7.equals(str6);
    }

    public final int hashCode() {
        String str = this.f4698a;
        int iHashCode = ((((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003) ^ e.c(this.f4699b)) * 1000003;
        String str2 = this.f4700c;
        int iHashCode2 = (iHashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003;
        String str3 = this.f4701d;
        int iHashCode3 = (iHashCode2 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003;
        long j5 = this.f4702e;
        int i = (iHashCode3 ^ ((int) (j5 ^ (j5 >>> 32)))) * 1000003;
        long j6 = this.f4703f;
        int i5 = (i ^ ((int) (j6 ^ (j6 >>> 32)))) * 1000003;
        String str4 = this.f4704g;
        return (str4 != null ? str4.hashCode() : 0) ^ i5;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("PersistedInstallationEntry{firebaseInstallationId=");
        sb.append(this.f4698a);
        sb.append(", registrationStatus=");
        int i = this.f4699b;
        sb.append(i != 1 ? i != 2 ? i != 3 ? i != 4 ? i != 5 ? "null" : "REGISTER_ERROR" : "REGISTERED" : "UNREGISTERED" : "NOT_GENERATED" : "ATTEMPT_MIGRATION");
        sb.append(", authToken=");
        sb.append(this.f4700c);
        sb.append(", refreshToken=");
        sb.append(this.f4701d);
        sb.append(", expiresInSecs=");
        sb.append(this.f4702e);
        sb.append(", tokenCreationEpochInSecs=");
        sb.append(this.f4703f);
        sb.append(", fisError=");
        return s0.c.e(sb, this.f4704g, "}");
    }
}
