package N2;

import java.util.TreeMap;
import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public final class t {

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

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

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

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

    public t(boolean z6, int i6, String str, TreeMap treeMap) {
        this.f5253a = z6;
        this.f5254b = i6;
        this.f5255c = str;
        this.f5256d = treeMap;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof t)) {
            return false;
        }
        t tVar = (t) obj;
        return this.f5253a == tVar.f5253a && this.f5254b == tVar.f5254b && this.f5255c.equals(tVar.f5255c) && this.f5256d.equals(tVar.f5256d);
    }

    public final int hashCode() {
        return this.f5256d.hashCode() + AbstractC2761L.b(AbstractC2761L.a(this.f5254b, Boolean.hashCode(this.f5253a) * 31, 31), 31, this.f5255c);
    }

    public final String toString() {
        return "HttpResponse(ok=" + this.f5253a + ", statusCode=" + this.f5254b + ", body=" + this.f5255c + ", headers=" + this.f5256d + ")";
    }
}
