package f2;

import androidx.annotation.Nullable;
import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public final class p extends j {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f25934b;

    @Nullable
    public final String description;

    public p(String str, @Nullable String str2, String str3) {
        super(str);
        this.description = str2;
        this.f25934b = str3;
    }

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || p.class != obj.getClass()) {
            return false;
        }
        p pVar = (p) obj;
        return this.f25921a.equals(pVar.f25921a) && Objects.equals(this.description, pVar.description) && Objects.equals(this.f25934b, pVar.f25934b);
    }

    public final int hashCode() {
        int iB = defpackage.e.b(this.f25921a, 527, 31);
        String str = this.description;
        int iHashCode = (iB + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f25934b;
        return iHashCode + (str2 != null ? str2.hashCode() : 0);
    }

    @Override // f2.j
    public final String toString() {
        return this.f25921a + ": url=" + this.f25934b;
    }
}
