package V3;

import L3.f;
import java.util.Objects;

/* JADX INFO: loaded from: classes3.dex */
public final class b {

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

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

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

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

    public b(f fVar, int i6, String str, String str2) {
        this.f8219a = fVar;
        this.f8220b = i6;
        this.f8221c = str;
        this.f8222d = str2;
    }

    public final boolean equals(Object obj) {
        if (!(obj instanceof b)) {
            return false;
        }
        b bVar = (b) obj;
        return this.f8219a == bVar.f8219a && this.f8220b == bVar.f8220b && this.f8221c.equals(bVar.f8221c) && this.f8222d.equals(bVar.f8222d);
    }

    public final int hashCode() {
        return Objects.hash(this.f8219a, Integer.valueOf(this.f8220b), this.f8221c, this.f8222d);
    }

    public final String toString() {
        return "(status=" + this.f8219a + ", keyId=" + this.f8220b + ", keyType='" + this.f8221c + "', keyPrefix='" + this.f8222d + "')";
    }
}
