package h3;

import q.AbstractC2761L;

/* JADX INFO: renamed from: h3.b0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2083b0 {

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

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

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

    public C2083b0(String str, String str2, String str3) {
        this.f17739a = str;
        this.f17740b = str2;
        this.f17741c = str3;
    }

    public final String a() {
        return this.f17739a;
    }

    public final String b() {
        return this.f17740b;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2083b0)) {
            return false;
        }
        C2083b0 c2083b0 = (C2083b0) obj;
        return kotlin.jvm.internal.o.c(this.f17739a, c2083b0.f17739a) && kotlin.jvm.internal.o.c(this.f17740b, c2083b0.f17740b) && kotlin.jvm.internal.o.c(this.f17741c, c2083b0.f17741c);
    }

    public final int hashCode() {
        return this.f17741c.hashCode() + AbstractC2761L.b(this.f17739a.hashCode() * 31, 31, this.f17740b);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("CloudProvider(id=");
        sb.append(this.f17739a);
        sb.append(", label=");
        sb.append(this.f17740b);
        sb.append(", firestoreField=");
        return com.google.android.recaptcha.internal.a.n(sb, this.f17741c, ")");
    }
}
