package k4;

import java.io.File;
import n4.B;

/* JADX INFO: renamed from: k4.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1099b {

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

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

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

    public C1099b(B b8, String str, File file) {
        this.f13845a = b8;
        if (str == null) {
            throw new NullPointerException("Null sessionId");
        }
        this.f13846b = str;
        this.f13847c = file;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C1099b)) {
            return false;
        }
        C1099b c1099b = (C1099b) obj;
        return this.f13845a.equals(c1099b.f13845a) && this.f13846b.equals(c1099b.f13846b) && this.f13847c.equals(c1099b.f13847c);
    }

    public final int hashCode() {
        return ((((this.f13845a.hashCode() ^ 1000003) * 1000003) ^ this.f13846b.hashCode()) * 1000003) ^ this.f13847c.hashCode();
    }

    public final String toString() {
        return "CrashlyticsReportWithSessionId{report=" + this.f13845a + ", sessionId=" + this.f13846b + ", reportFile=" + this.f13847c + "}";
    }
}
