package N2;

import java.util.Map;
import q.AbstractC2761L;
import x4.z;

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

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

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

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

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

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

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

    public s(String url, String method, Map headers, String str, Map map, Map map2, int i6) {
        method = (i6 & 2) != 0 ? "GET" : method;
        headers = (i6 & 4) != 0 ? z.f26066a : headers;
        str = (i6 & 8) != 0 ? null : str;
        map = (i6 & 16) != 0 ? null : map;
        map2 = (i6 & 32) != 0 ? null : map2;
        kotlin.jvm.internal.o.h(url, "url");
        kotlin.jvm.internal.o.h(method, "method");
        kotlin.jvm.internal.o.h(headers, "headers");
        this.f5247a = url;
        this.f5248b = method;
        this.f5249c = headers;
        this.f5250d = str;
        this.f5251e = map;
        this.f5252f = map2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof s)) {
            return false;
        }
        s sVar = (s) obj;
        return kotlin.jvm.internal.o.c(this.f5247a, sVar.f5247a) && this.f5248b.equals(sVar.f5248b) && this.f5249c.equals(sVar.f5249c) && kotlin.jvm.internal.o.c(this.f5250d, sVar.f5250d) && kotlin.jvm.internal.o.c(this.f5251e, sVar.f5251e) && kotlin.jvm.internal.o.c(this.f5252f, sVar.f5252f);
    }

    public final int hashCode() {
        int iD = A0.a.d(this.f5249c, AbstractC2761L.b(this.f5247a.hashCode() * 31, 31, this.f5248b), 31);
        String str = this.f5250d;
        int iHashCode = (iD + (str == null ? 0 : str.hashCode())) * 31;
        Map map = this.f5251e;
        int iHashCode2 = (iHashCode + (map == null ? 0 : map.hashCode())) * 31;
        Map map2 = this.f5252f;
        return (iHashCode2 + (map2 != null ? map2.hashCode() : 0)) * 31;
    }

    public final String toString() {
        return "HttpRequest(url=" + this.f5247a + ", method=" + this.f5248b + ", headers=" + this.f5249c + ", body=" + this.f5250d + ", bodyForm=" + this.f5251e + ", multipartForm=" + this.f5252f + ", readTimeoutSeconds=null)";
    }
}
