package F0;

import android.text.TextUtils;

/* JADX INFO: loaded from: classes.dex */
public final class r {

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

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

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

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

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

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

    public r(int i, int i5, String str, String str2, String str3, String str4) {
        this.f2414a = i;
        this.f2415b = i5;
        this.f2416c = str;
        this.f2417d = str2;
        this.f2418e = str3;
        this.f2419f = str4;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && r.class == obj.getClass()) {
            r rVar = (r) obj;
            if (this.f2414a == rVar.f2414a && this.f2415b == rVar.f2415b && TextUtils.equals(this.f2416c, rVar.f2416c) && TextUtils.equals(this.f2417d, rVar.f2417d) && TextUtils.equals(this.f2418e, rVar.f2418e) && TextUtils.equals(this.f2419f, rVar.f2419f)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        int i = ((this.f2414a * 31) + this.f2415b) * 31;
        String str = this.f2416c;
        int iHashCode = (i + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f2417d;
        int iHashCode2 = (iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
        String str3 = this.f2418e;
        int iHashCode3 = (iHashCode2 + (str3 != null ? str3.hashCode() : 0)) * 31;
        String str4 = this.f2419f;
        return iHashCode3 + (str4 != null ? str4.hashCode() : 0);
    }
}
