package com.chartboost.sdk.impl;

import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes2.dex */
public final class w8 {

    /* renamed from: a  reason: collision with root package name */
    public final Integer f1855a;
    public final Integer b;
    public final String c;
    public final n7 d;

    public w8(Integer num, Integer num2, String str, n7 openRTBConnectionType) {
        Intrinsics.checkNotNullParameter(openRTBConnectionType, "openRTBConnectionType");
        this.f1855a = num;
        this.b = num2;
        this.c = str;
        this.d = openRTBConnectionType;
    }

    public final Integer a() {
        return this.f1855a;
    }

    public final Integer b() {
        return this.b;
    }

    public final String c() {
        return this.c;
    }

    public final n7 d() {
        return this.d;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof w8) {
            w8 w8Var = (w8) obj;
            return Intrinsics.areEqual(this.f1855a, w8Var.f1855a) && Intrinsics.areEqual(this.b, w8Var.b) && Intrinsics.areEqual(this.c, w8Var.c) && this.d == w8Var.d;
        }
        return false;
    }

    public int hashCode() {
        Integer num = this.f1855a;
        int hashCode = (num == null ? 0 : num.hashCode()) * 31;
        Integer num2 = this.b;
        int hashCode2 = (hashCode + (num2 == null ? 0 : num2.hashCode())) * 31;
        String str = this.c;
        return ((hashCode2 + (str != null ? str.hashCode() : 0)) * 31) + this.d.hashCode();
    }

    public String toString() {
        Integer num = this.f1855a;
        Integer num2 = this.b;
        String str = this.c;
        return "ReachabilityBodyFields(cellularConnectionType=" + num + ", connectionTypeFromActiveNetwork=" + num2 + ", detailedConnectionType=" + str + ", openRTBConnectionType=" + this.d + ")";
    }
}
