package defpackage;

import j$.util.Objects;

/* JADX INFO: renamed from: ᵚʾᵣ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2700 {

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

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

    static {
        AbstractC0956.m3211(0);
        AbstractC0956.m3211(1);
    }

    public C2700(String str, String str2) {
        this.f10390 = AbstractC0956.m3236(str);
        this.f10389 = str2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && C2700.class == obj.getClass()) {
            C2700 c2700 = (C2700) obj;
            if (Objects.equals(this.f10390, c2700.f10390) && Objects.equals(this.f10389, c2700.f10389)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = this.f10389.hashCode() * 31;
        String str = this.f10390;
        return iHashCode + (str != null ? str.hashCode() : 0);
    }
}
