package defpackage;

/* JADX INFO: renamed from: ᵯᵢᵾ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C4315 {

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

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

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final int f16418;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final String f16419;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final String f16420;

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public final C0767 f16421;

    public C4315(String str, String str2, String str3, String str4, int i, C0767 c0767) {
        if (str == null) {
            C4935.m10233("Null appIdentifier");
            throw null;
        }
        this.f16419 = str;
        if (str2 == null) {
            C4935.m10233("Null versionCode");
            throw null;
        }
        this.f16416 = str2;
        if (str3 == null) {
            C4935.m10233("Null versionName");
            throw null;
        }
        this.f16417 = str3;
        if (str4 == null) {
            C4935.m10233("Null installUuid");
            throw null;
        }
        this.f16420 = str4;
        this.f16418 = i;
        this.f16421 = c0767;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof C4315) {
            C4315 c4315 = (C4315) obj;
            return this.f16419.equals(c4315.f16419) && this.f16416.equals(c4315.f16416) && this.f16417.equals(c4315.f16417) && this.f16420.equals(c4315.f16420) && this.f16418 == c4315.f16418 && this.f16421 == c4315.f16421;
        }
        return false;
    }

    public final int hashCode() {
        return this.f16421.hashCode() ^ ((((((((((this.f16419.hashCode() ^ 1000003) * 1000003) ^ this.f16416.hashCode()) * 1000003) ^ this.f16417.hashCode()) * 1000003) ^ this.f16420.hashCode()) * 1000003) ^ this.f16418) * 1000003);
    }

    public final String toString() {
        return "AppData{appIdentifier=" + this.f16419 + ", versionCode=" + this.f16416 + ", versionName=" + this.f16417 + ", installUuid=" + this.f16420 + ", deliveryMechanism=" + this.f16418 + ", developmentPlatformProvider=" + this.f16421 + "}";
    }
}
