package a3;

/* JADX INFO: loaded from: classes.dex */
public final class P {

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final boolean f10579f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final boolean f10580g;

    public /* synthetic */ P(String str, Long l, String str2, String str3, String str4, int i6) {
        this(str, l, str2, str3, str4, (i6 & 32) == 0, false);
    }

    public static P a(P p6) {
        return new P(p6.f10574a, p6.f10575b, p6.f10576c, p6.f10577d, p6.f10578e, p6.f10579f, true);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof P)) {
            return false;
        }
        P p6 = (P) obj;
        return kotlin.jvm.internal.o.c(this.f10574a, p6.f10574a) && kotlin.jvm.internal.o.c(this.f10575b, p6.f10575b) && kotlin.jvm.internal.o.c(this.f10576c, p6.f10576c) && kotlin.jvm.internal.o.c(this.f10577d, p6.f10577d) && kotlin.jvm.internal.o.c(this.f10578e, p6.f10578e) && this.f10579f == p6.f10579f && this.f10580g == p6.f10580g;
    }

    public final int hashCode() {
        String str = this.f10574a;
        int iHashCode = (str == null ? 0 : str.hashCode()) * 31;
        Long l = this.f10575b;
        int iHashCode2 = (iHashCode + (l == null ? 0 : l.hashCode())) * 31;
        String str2 = this.f10576c;
        int iHashCode3 = (iHashCode2 + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.f10577d;
        int iHashCode4 = (iHashCode3 + (str3 == null ? 0 : str3.hashCode())) * 31;
        String str4 = this.f10578e;
        return Boolean.hashCode(this.f10580g) + com.google.android.recaptcha.internal.a.f((iHashCode4 + (str4 != null ? str4.hashCode() : 0)) * 31, 31, this.f10579f);
    }

    public final String toString() {
        return "FirstDownloadLinkResult(url=" + this.f10574a + ", fileSize=" + this.f10575b + ", fileName=" + this.f10576c + ", linkType=" + this.f10577d + ", hash=" + this.f10578e + ", rdInfringingBlocked=" + this.f10579f + ", openLinksPanelForManualPick=" + this.f10580g + ")";
    }

    public P(String str, Long l, String str2, String str3, String str4, boolean z6, boolean z7) {
        this.f10574a = str;
        this.f10575b = l;
        this.f10576c = str2;
        this.f10577d = str3;
        this.f10578e = str4;
        this.f10579f = z6;
        this.f10580g = z7;
    }
}
