package q7;

import com.google.android.gms.measurement.internal.u1;

/* JADX INFO: loaded from: classes2.dex */
public final class h extends o {

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

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

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

    public h(int i10, int i11, boolean z10) {
        this.f32235a = i10;
        this.f32236b = i11;
        this.f32237c = z10;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof o) {
            o oVar = (o) obj;
            if (this.f32235a == ((h) oVar).f32235a) {
                h hVar = (h) oVar;
                if (this.f32236b == hVar.f32236b && this.f32237c == hVar.f32237c) {
                    return true;
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        return (true != this.f32237c ? 1237 : 1231) ^ ((((this.f32235a ^ 1000003) * 1000003) ^ this.f32236b) * 1000003);
    }

    public final String toString() {
        int i10 = this.f32235a;
        int length = String.valueOf(i10).length();
        int i11 = this.f32236b;
        int length2 = String.valueOf(i11).length();
        boolean z10 = this.f32237c;
        StringBuilder sb = new StringBuilder(length + 59 + length2 + 26 + String.valueOf(z10).length() + 1);
        u1.y(sb, "OfflineAdConfig{impressionPrerequisite=", i10, ", clickPrerequisite=", i11);
        sb.append(", notificationFlowEnabled=");
        sb.append(z10);
        sb.append("}");
        return sb.toString();
    }
}
