package defpackage;

import j$.util.Objects;

/* JADX INFO: renamed from: ˊˁᵖ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1318 {

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

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

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

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

    public C1318(int i, int i2, String str, String str2) {
        this.f5498 = str;
        this.f5496 = str2;
        this.f5497 = i;
        this.f5499 = i2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1318)) {
            return false;
        }
        C1318 c1318 = (C1318) obj;
        return this.f5497 == c1318.f5497 && this.f5499 == c1318.f5499 && Objects.equals(this.f5498, c1318.f5498) && Objects.equals(this.f5496, c1318.f5496);
    }

    public final int hashCode() {
        return Objects.hash(this.f5498, this.f5496, Integer.valueOf(this.f5497), Integer.valueOf(this.f5499));
    }
}
