package defpackage;

import j$.util.Objects;

/* JADX INFO: renamed from: ᵖᵶᵣ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2459 {

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

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

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

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

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

    public C2459(String str, String str2, String str3, String str4, String str5) {
        this.f9567 = str;
        this.f9564 = str2;
        this.f9565 = str3;
        this.f9568 = str4;
        this.f9566 = str5;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2459)) {
            return false;
        }
        C2459 c2459 = (C2459) obj;
        return Objects.equals(this.f9567, c2459.f9567) && Objects.equals(this.f9564, c2459.f9564) && Objects.equals(this.f9565, c2459.f9565) && Objects.equals(this.f9568, c2459.f9568) && Objects.equals(this.f9566, c2459.f9566);
    }

    public final int hashCode() {
        String str = this.f9567;
        int iHashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f9564;
        int iHashCode2 = (iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
        String str3 = this.f9565;
        int iHashCode3 = (iHashCode2 + (str3 != null ? str3.hashCode() : 0)) * 31;
        String str4 = this.f9568;
        int iHashCode4 = (iHashCode3 + (str4 != null ? str4.hashCode() : 0)) * 31;
        String str5 = this.f9566;
        return iHashCode4 + (str5 != null ? str5.hashCode() : 0);
    }
}
