package y2;

/* JADX INFO: loaded from: classes.dex */
public final class v extends I {

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

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

    public v(H h8, G g8) {
        this.f18972a = h8;
        this.f18973b = g8;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof I) {
            I i = (I) obj;
            H h8 = this.f18972a;
            if (h8 != null ? h8.equals(((v) i).f18972a) : ((v) i).f18972a == null) {
                G g8 = this.f18973b;
                if (g8 != null ? g8.equals(((v) i).f18973b) : ((v) i).f18973b == null) {
                    return true;
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        H h8 = this.f18972a;
        int iHashCode = ((h8 == null ? 0 : h8.hashCode()) ^ 1000003) * 1000003;
        G g8 = this.f18973b;
        return (g8 != null ? g8.hashCode() : 0) ^ iHashCode;
    }

    public final String toString() {
        return "NetworkConnectionInfo{networkType=" + this.f18972a + ", mobileSubtype=" + this.f18973b + "}";
    }
}
