package defpackage;

/* JADX INFO: renamed from: ˉˆᵾ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1169 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final String f4977;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final String f4978;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final int f4979;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final String f4980;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final C0400 f4981;

    public C1169(String str, String str2, String str3, C0400 c0400, int i) {
        this.f4980 = str;
        this.f4977 = str2;
        this.f4978 = str3;
        this.f4981 = c0400;
        this.f4979 = i;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C1169)) {
            return false;
        }
        C1169 c1169 = (C1169) obj;
        String str = c1169.f4980;
        String str2 = this.f4980;
        if (str2 == null) {
            if (str != null) {
                return false;
            }
        } else if (!str2.equals(str)) {
            return false;
        }
        String str3 = c1169.f4977;
        String str4 = this.f4977;
        if (str4 == null) {
            if (str3 != null) {
                return false;
            }
        } else if (!str4.equals(str3)) {
            return false;
        }
        String str5 = c1169.f4978;
        String str6 = this.f4978;
        if (str6 == null) {
            if (str5 != null) {
                return false;
            }
        } else if (!str6.equals(str5)) {
            return false;
        }
        C0400 c0400 = c1169.f4981;
        C0400 c04002 = this.f4981;
        if (c04002 == null) {
            if (c0400 != null) {
                return false;
            }
        } else if (!c04002.equals(c0400)) {
            return false;
        }
        int i = c1169.f4979;
        int i2 = this.f4979;
        return i2 == 0 ? i == 0 : AbstractC3653.m8217(i2, i);
    }

    public final int hashCode() {
        String str = this.f4980;
        int iHashCode = ((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003;
        String str2 = this.f4977;
        int iHashCode2 = (iHashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003;
        String str3 = this.f4978;
        int iHashCode3 = (iHashCode2 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003;
        C0400 c0400 = this.f4981;
        int iHashCode4 = (iHashCode3 ^ (c0400 == null ? 0 : c0400.hashCode())) * 1000003;
        int i = this.f4979;
        return iHashCode4 ^ (i != 0 ? AbstractC3653.m8218(i) : 0);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("InstallationResponse{uri=");
        sb.append(this.f4980);
        sb.append(", fid=");
        sb.append(this.f4977);
        sb.append(", refreshToken=");
        sb.append(this.f4978);
        sb.append(", authToken=");
        sb.append(this.f4981);
        sb.append(", responseCode=");
        int i = this.f4979;
        sb.append(i != 1 ? i != 2 ? "null" : "BAD_CONFIG" : "OK");
        sb.append("}");
        return sb.toString();
    }
}
