package defpackage;

/* JADX INFO: renamed from: ˋᵹˊ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1550 extends AbstractC3290 {

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

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

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

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

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

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

    public C1550(long j, String str, AbstractC0965 abstractC0965, AbstractC0941 abstractC0941, AbstractC5447 abstractC5447, AbstractC2035 abstractC2035) {
        this.f6229 = j;
        this.f6226 = str;
        this.f6227 = abstractC0965;
        this.f6230 = abstractC0941;
        this.f6228 = abstractC5447;
        this.f6231 = abstractC2035;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC3290) {
            C1550 c1550 = (C1550) ((AbstractC3290) obj);
            if (this.f6229 == c1550.f6229 && this.f6226.equals(c1550.f6226) && this.f6227.equals(c1550.f6227) && this.f6230.equals(c1550.f6230)) {
                AbstractC5447 abstractC5447 = c1550.f6228;
                AbstractC5447 abstractC54472 = this.f6228;
                if (abstractC54472 != null ? abstractC54472.equals(abstractC5447) : abstractC5447 == null) {
                    AbstractC2035 abstractC2035 = c1550.f6231;
                    AbstractC2035 abstractC20352 = this.f6231;
                    if (abstractC20352 != null ? abstractC20352.equals(abstractC2035) : abstractC2035 == null) {
                        return true;
                    }
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        long j = this.f6229;
        int iHashCode = (((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f6226.hashCode()) * 1000003) ^ this.f6227.hashCode()) * 1000003) ^ this.f6230.hashCode()) * 1000003;
        AbstractC5447 abstractC5447 = this.f6228;
        int iHashCode2 = (iHashCode ^ (abstractC5447 == null ? 0 : abstractC5447.hashCode())) * 1000003;
        AbstractC2035 abstractC2035 = this.f6231;
        return iHashCode2 ^ (abstractC2035 != null ? abstractC2035.hashCode() : 0);
    }

    public final String toString() {
        return "Event{timestamp=" + this.f6229 + ", type=" + this.f6226 + ", app=" + this.f6227 + ", device=" + this.f6230 + ", log=" + this.f6228 + ", rollouts=" + this.f6231 + "}";
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final C3887 m4380() {
        C3887 c3887 = new C3887();
        c3887.f14828 = this.f6229;
        c3887.f14825 = this.f6226;
        c3887.f14826 = this.f6227;
        c3887.f14830 = this.f6230;
        c3887.f14827 = this.f6228;
        c3887.f14831 = this.f6231;
        c3887.f14829 = (byte) 1;
        return c3887;
    }
}
