package defpackage;

import j$.util.Objects;

/* JADX INFO: renamed from: ᵩᵤʣᵨ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3836 extends AbstractC3909 {

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

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

    public C3836(String str, String str2, String str3) {
        super(str);
        this.f14643 = str2;
        this.f14644 = str3;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C3836.class != obj.getClass()) {
            return false;
        }
        C3836 c3836 = (C3836) obj;
        return this.f14932.equals(c3836.f14932) && Objects.equals(this.f14643, c3836.f14643) && this.f14644.equals(c3836.f14644);
    }

    public final int hashCode() {
        int iM8108 = AbstractC3589.m8108(527, 31, this.f14932);
        String str = this.f14643;
        return this.f14644.hashCode() + ((iM8108 + (str != null ? str.hashCode() : 0)) * 31);
    }

    @Override // defpackage.AbstractC3909
    public final String toString() {
        return this.f14932 + ": url=" + this.f14644;
    }
}
