package com.martsnew.data.model.response;

import I1.a;
import P6.g;
import o6.InterfaceC1389i;
import o6.InterfaceC1392l;

/* JADX INFO: loaded from: classes.dex */
@InterfaceC1392l(generateAdapter = true)
public final class CompanyResponse {

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

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

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

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

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

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

    public CompanyResponse(@InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "logo_path") String str, @InterfaceC1389i(name = "logo_url") String str2, @InterfaceC1389i(name = "name") String str3, @InterfaceC1389i(name = "origin_country") String str4, @InterfaceC1389i(name = "slug") String str5) {
        this.f10678a = j8;
        this.f10679b = str;
        this.f10680c = str2;
        this.f10681d = str3;
        this.f10682e = str4;
        this.f10683f = str5;
    }

    public final CompanyResponse copy(@InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "logo_path") String str, @InterfaceC1389i(name = "logo_url") String str2, @InterfaceC1389i(name = "name") String str3, @InterfaceC1389i(name = "origin_country") String str4, @InterfaceC1389i(name = "slug") String str5) {
        return new CompanyResponse(j8, str, str2, str3, str4, str5);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof CompanyResponse)) {
            return false;
        }
        CompanyResponse companyResponse = (CompanyResponse) obj;
        return this.f10678a == companyResponse.f10678a && g.a(this.f10679b, companyResponse.f10679b) && g.a(this.f10680c, companyResponse.f10680c) && g.a(this.f10681d, companyResponse.f10681d) && g.a(this.f10682e, companyResponse.f10682e) && g.a(this.f10683f, companyResponse.f10683f);
    }

    public final int hashCode() {
        long j8 = this.f10678a;
        int i = ((int) (j8 ^ (j8 >>> 32))) * 31;
        String str = this.f10679b;
        int iHashCode = (i + (str == null ? 0 : str.hashCode())) * 31;
        String str2 = this.f10680c;
        int iHashCode2 = (iHashCode + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.f10681d;
        int iHashCode3 = (iHashCode2 + (str3 == null ? 0 : str3.hashCode())) * 31;
        String str4 = this.f10682e;
        int iHashCode4 = (iHashCode3 + (str4 == null ? 0 : str4.hashCode())) * 31;
        String str5 = this.f10683f;
        return iHashCode4 + (str5 != null ? str5.hashCode() : 0);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("CompanyResponse(id=");
        sb.append(this.f10678a);
        sb.append(", logoPath=");
        sb.append(this.f10679b);
        sb.append(", logoUrl=");
        sb.append(this.f10680c);
        sb.append(", name=");
        sb.append(this.f10681d);
        sb.append(", country=");
        sb.append(this.f10682e);
        sb.append(", slug=");
        return a.r(sb, this.f10683f, ")");
    }
}
