package defpackage;

/* JADX INFO: renamed from: ˑᵯˉ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2127 extends AbstractC4036 {

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

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

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

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

    public C2127(C4786 c4786, String str, String str2, long j) {
        this.f8444 = c4786;
        this.f8442 = str;
        this.f8443 = str2;
        this.f8445 = j;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof AbstractC4036) {
            C2127 c2127 = (C2127) ((AbstractC4036) obj);
            if (this.f8444.equals(c2127.f8444) && this.f8442.equals(c2127.f8442) && this.f8443.equals(c2127.f8443) && this.f8445 == c2127.f8445) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (((((this.f8444.hashCode() ^ 1000003) * 1000003) ^ this.f8442.hashCode()) * 1000003) ^ this.f8443.hashCode()) * 1000003;
        long j = this.f8445;
        return ((int) (j ^ (j >>> 32))) ^ iHashCode;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("RolloutAssignment{rolloutVariant=");
        sb.append(this.f8444);
        sb.append(", parameterKey=");
        sb.append(this.f8442);
        sb.append(", parameterValue=");
        sb.append(this.f8443);
        sb.append(", templateVersion=");
        return AbstractC0793.m2870(sb, this.f8445, "}");
    }
}
