package c3;

import u.e;

/* JADX INFO: renamed from: c3.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0339a {

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

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

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

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

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

    public C0339a(String str, String str2, String str3, C0340b c0340b, int i) {
        this.f4724a = str;
        this.f4725b = str2;
        this.f4726c = str3;
        this.f4727d = c0340b;
        this.f4728e = i;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C0339a)) {
            return false;
        }
        C0339a c0339a = (C0339a) obj;
        String str = this.f4724a;
        if (str == null) {
            if (c0339a.f4724a != null) {
                return false;
            }
        } else if (!str.equals(c0339a.f4724a)) {
            return false;
        }
        String str2 = this.f4725b;
        if (str2 == null) {
            if (c0339a.f4725b != null) {
                return false;
            }
        } else if (!str2.equals(c0339a.f4725b)) {
            return false;
        }
        String str3 = this.f4726c;
        if (str3 == null) {
            if (c0339a.f4726c != null) {
                return false;
            }
        } else if (!str3.equals(c0339a.f4726c)) {
            return false;
        }
        C0340b c0340b = this.f4727d;
        if (c0340b == null) {
            if (c0339a.f4727d != null) {
                return false;
            }
        } else if (!c0340b.equals(c0339a.f4727d)) {
            return false;
        }
        int i = this.f4728e;
        return i == 0 ? c0339a.f4728e == 0 : e.a(i, c0339a.f4728e);
    }

    public final int hashCode() {
        String str = this.f4724a;
        int iHashCode = ((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003;
        String str2 = this.f4725b;
        int iHashCode2 = (iHashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003;
        String str3 = this.f4726c;
        int iHashCode3 = (iHashCode2 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003;
        C0340b c0340b = this.f4727d;
        int iHashCode4 = (iHashCode3 ^ (c0340b == null ? 0 : c0340b.hashCode())) * 1000003;
        int i = this.f4728e;
        return (i != 0 ? e.c(i) : 0) ^ iHashCode4;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("InstallationResponse{uri=");
        sb.append(this.f4724a);
        sb.append(", fid=");
        sb.append(this.f4725b);
        sb.append(", refreshToken=");
        sb.append(this.f4726c);
        sb.append(", authToken=");
        sb.append(this.f4727d);
        sb.append(", responseCode=");
        int i = this.f4728e;
        sb.append(i != 1 ? i != 2 ? "null" : "BAD_CONFIG" : "OK");
        sb.append("}");
        return sb.toString();
    }
}
