package n4;

/* JADX INFO: renamed from: n4.f0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1288f0 extends I0 {

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

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

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

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

    public C1288f0(C1290g0 c1290g0, String str, String str2, long j8) {
        this.f15372a = c1290g0;
        this.f15373b = str;
        this.f15374c = str2;
        this.f15375d = j8;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof I0)) {
            return false;
        }
        C1288f0 c1288f0 = (C1288f0) ((I0) obj);
        if (this.f15372a.equals(c1288f0.f15372a)) {
            return this.f15373b.equals(c1288f0.f15373b) && this.f15374c.equals(c1288f0.f15374c) && this.f15375d == c1288f0.f15375d;
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (((((this.f15372a.hashCode() ^ 1000003) * 1000003) ^ this.f15373b.hashCode()) * 1000003) ^ this.f15374c.hashCode()) * 1000003;
        long j8 = this.f15375d;
        return iHashCode ^ ((int) (j8 ^ (j8 >>> 32)));
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("RolloutAssignment{rolloutVariant=");
        sb.append(this.f15372a);
        sb.append(", parameterKey=");
        sb.append(this.f15373b);
        sb.append(", parameterValue=");
        sb.append(this.f15374c);
        sb.append(", templateVersion=");
        return I1.a.q(sb, this.f15375d, "}");
    }
}
