package defpackage;

import android.text.TextUtils;

/* JADX INFO: renamed from: ᵙʢˌʘ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2625 {

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

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

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

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

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

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public final String f10217;

    public C2625(int i, int i2, String str, String str2, String str3, String str4) {
        this.f10215 = i;
        this.f10212 = i2;
        this.f10213 = str;
        this.f10216 = str2;
        this.f10214 = str3;
        this.f10217 = str4;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && C2625.class == obj.getClass()) {
            C2625 c2625 = (C2625) obj;
            if (this.f10215 == c2625.f10215 && this.f10212 == c2625.f10212 && TextUtils.equals(this.f10213, c2625.f10213) && TextUtils.equals(this.f10216, c2625.f10216) && TextUtils.equals(this.f10214, c2625.f10214) && TextUtils.equals(this.f10217, c2625.f10217)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        int i = ((this.f10215 * 31) + this.f10212) * 31;
        String str = this.f10213;
        int iHashCode = (i + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f10216;
        int iHashCode2 = (iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
        String str3 = this.f10214;
        int iHashCode3 = (iHashCode2 + (str3 != null ? str3.hashCode() : 0)) * 31;
        String str4 = this.f10217;
        return iHashCode3 + (str4 != null ? str4.hashCode() : 0);
    }
}
