package n4;

import e0.C0853a;

/* JADX INFO: renamed from: n4.m0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1302m0 {

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

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

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

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

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

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

    public C1302m0(String str, String str2, String str3, String str4, int i, C0853a c0853a) {
        if (str == null) {
            throw new NullPointerException("Null appIdentifier");
        }
        this.f15441a = str;
        if (str2 == null) {
            throw new NullPointerException("Null versionCode");
        }
        this.f15442b = str2;
        if (str3 == null) {
            throw new NullPointerException("Null versionName");
        }
        this.f15443c = str3;
        if (str4 == null) {
            throw new NullPointerException("Null installUuid");
        }
        this.f15444d = str4;
        this.f15445e = i;
        this.f15446f = c0853a;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C1302m0)) {
            return false;
        }
        C1302m0 c1302m0 = (C1302m0) obj;
        return this.f15441a.equals(c1302m0.f15441a) && this.f15442b.equals(c1302m0.f15442b) && this.f15443c.equals(c1302m0.f15443c) && this.f15444d.equals(c1302m0.f15444d) && this.f15445e == c1302m0.f15445e && this.f15446f.equals(c1302m0.f15446f);
    }

    public final int hashCode() {
        return ((((((((((this.f15441a.hashCode() ^ 1000003) * 1000003) ^ this.f15442b.hashCode()) * 1000003) ^ this.f15443c.hashCode()) * 1000003) ^ this.f15444d.hashCode()) * 1000003) ^ this.f15445e) * 1000003) ^ this.f15446f.hashCode();
    }

    public final String toString() {
        return "AppData{appIdentifier=" + this.f15441a + ", versionCode=" + this.f15442b + ", versionName=" + this.f15443c + ", installUuid=" + this.f15444d + ", deliveryMechanism=" + this.f15445e + ", developmentPlatformProvider=" + this.f15446f + "}";
    }
}
