package P4;

/* JADX INFO: loaded from: classes.dex */
public final class c extends e {

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

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

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

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

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

    public c(String str, String str2, String str3, String str4, long j8) {
        this.f5502b = str;
        this.f5503c = str2;
        this.f5504d = str3;
        this.f5505e = str4;
        this.f5506f = j8;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof e) {
            e eVar = (e) obj;
            if (this.f5502b.equals(((c) eVar).f5502b)) {
                c cVar = (c) eVar;
                if (this.f5503c.equals(cVar.f5503c) && this.f5504d.equals(cVar.f5504d) && this.f5505e.equals(cVar.f5505e) && this.f5506f == cVar.f5506f) {
                    return true;
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (((((((this.f5502b.hashCode() ^ 1000003) * 1000003) ^ this.f5503c.hashCode()) * 1000003) ^ this.f5504d.hashCode()) * 1000003) ^ this.f5505e.hashCode()) * 1000003;
        long j8 = this.f5506f;
        return iHashCode ^ ((int) (j8 ^ (j8 >>> 32)));
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("RolloutAssignment{rolloutId=");
        sb.append(this.f5502b);
        sb.append(", variantId=");
        sb.append(this.f5503c);
        sb.append(", parameterKey=");
        sb.append(this.f5504d);
        sb.append(", parameterValue=");
        sb.append(this.f5505e);
        sb.append(", templateVersion=");
        return I1.a.q(sb, this.f5506f, "}");
    }
}
