package i3;

import q.AbstractC2761L;

/* JADX INFO: renamed from: i3.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2267a {

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

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

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

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

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

    public C2267a(int i6, int i7, String str, String str2, String str3) {
        this.f18908a = str;
        this.f18909b = str2;
        this.f18910c = str3;
        this.f18911d = i6;
        this.f18912e = i7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2267a)) {
            return false;
        }
        C2267a c2267a = (C2267a) obj;
        return kotlin.jvm.internal.o.c(this.f18908a, c2267a.f18908a) && kotlin.jvm.internal.o.c(this.f18909b, c2267a.f18909b) && kotlin.jvm.internal.o.c(this.f18910c, c2267a.f18910c) && this.f18911d == c2267a.f18911d && this.f18912e == c2267a.f18912e;
    }

    public final int hashCode() {
        return Integer.hashCode(this.f18912e) + AbstractC2761L.a(this.f18911d, AbstractC2761L.b(AbstractC2761L.b(this.f18908a.hashCode() * 31, 31, this.f18909b), 31, this.f18910c), 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("DeviceCodeResponse(deviceCode=");
        sb.append(this.f18908a);
        sb.append(", userCode=");
        sb.append(this.f18909b);
        sb.append(", verificationUrl=");
        sb.append(this.f18910c);
        sb.append(", expiresIn=");
        sb.append(this.f18911d);
        sb.append(", interval=");
        return Z0.o.q(sb, this.f18912e, ")");
    }
}
