package defpackage;

/* JADX INFO: renamed from: ᵘᵷᵰ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2599 extends AbstractC0962 {

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

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

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

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

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

    public C2599(long j, String str, String str2, String str3, String str4) {
        if (str == null) {
            C4935.m10233("Null rolloutId");
            throw null;
        }
        this.f10051 = str;
        if (str2 == null) {
            C4935.m10233("Null parameterKey");
            throw null;
        }
        this.f10052 = str2;
        this.f10054 = str3;
        if (str4 == null) {
            C4935.m10233("Null variantId");
            throw null;
        }
        this.f10053 = str4;
        this.f10055 = j;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC0962)) {
            return false;
        }
        C2599 c2599 = (C2599) ((AbstractC0962) obj);
        return this.f10051.equals(c2599.f10051) && this.f10052.equals(c2599.f10052) && this.f10054.equals(c2599.f10054) && this.f10053.equals(c2599.f10053) && this.f10055 == c2599.f10055;
    }

    public final int hashCode() {
        int iHashCode = (((((((this.f10051.hashCode() ^ 1000003) * 1000003) ^ this.f10052.hashCode()) * 1000003) ^ this.f10054.hashCode()) * 1000003) ^ this.f10053.hashCode()) * 1000003;
        long j = this.f10055;
        return ((int) (j ^ (j >>> 32))) ^ iHashCode;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("RolloutAssignment{rolloutId=");
        sb.append(this.f10051);
        sb.append(", parameterKey=");
        sb.append(this.f10052);
        sb.append(", parameterValue=");
        sb.append(this.f10054);
        sb.append(", variantId=");
        sb.append(this.f10053);
        sb.append(", templateVersion=");
        return AbstractC0793.m2870(sb, this.f10055, "}");
    }
}
