package n4;

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

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

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

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

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

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

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

    public P(long j8, String str, Q q8, C1282c0 c1282c0, C1284d0 c1284d0, C1292h0 c1292h0) {
        this.f15266a = j8;
        this.f15267b = str;
        this.f15268c = q8;
        this.f15269d = c1282c0;
        this.f15270e = c1284d0;
        this.f15271f = c1292h0;
    }

    public final O a() {
        O o8 = new O();
        o8.f15258a = this.f15266a;
        o8.f15259b = this.f15267b;
        o8.f15260c = this.f15268c;
        o8.f15261d = this.f15269d;
        o8.f15262e = this.f15270e;
        o8.f15263f = this.f15271f;
        o8.f15264g = (byte) 1;
        return o8;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof K0)) {
            return false;
        }
        P p3 = (P) ((K0) obj);
        if (this.f15266a != p3.f15266a) {
            return false;
        }
        if (!this.f15267b.equals(p3.f15267b) || !this.f15268c.equals(p3.f15268c) || !this.f15269d.equals(p3.f15269d)) {
            return false;
        }
        C1284d0 c1284d0 = p3.f15270e;
        C1284d0 c1284d02 = this.f15270e;
        if (c1284d02 == null) {
            if (c1284d0 != null) {
                return false;
            }
        } else if (!c1284d02.equals(c1284d0)) {
            return false;
        }
        C1292h0 c1292h0 = p3.f15271f;
        C1292h0 c1292h02 = this.f15271f;
        return c1292h02 == null ? c1292h0 == null : c1292h02.equals(c1292h0);
    }

    public final int hashCode() {
        long j8 = this.f15266a;
        int iHashCode = (((((((((int) (j8 ^ (j8 >>> 32))) ^ 1000003) * 1000003) ^ this.f15267b.hashCode()) * 1000003) ^ this.f15268c.hashCode()) * 1000003) ^ this.f15269d.hashCode()) * 1000003;
        C1284d0 c1284d0 = this.f15270e;
        int iHashCode2 = (iHashCode ^ (c1284d0 == null ? 0 : c1284d0.hashCode())) * 1000003;
        C1292h0 c1292h0 = this.f15271f;
        return iHashCode2 ^ (c1292h0 != null ? c1292h0.hashCode() : 0);
    }

    public final String toString() {
        return "Event{timestamp=" + this.f15266a + ", type=" + this.f15267b + ", app=" + this.f15268c + ", device=" + this.f15269d + ", log=" + this.f15270e + ", rollouts=" + this.f15271f + "}";
    }
}
