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 PlayerResponse {

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

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

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

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

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

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

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

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

    public PlayerResponse(@InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "name") String str, @InterfaceC1389i(name = "logo_path") String str2, @InterfaceC1389i(name = "is_free") Integer num, @InterfaceC1389i(name = "is_recommended") Integer num2, @InterfaceC1389i(name = "star") Integer num3, @InterfaceC1389i(name = "link_download") String str3, @InterfaceC1389i(name = "deeplink") String str4) {
        this.f10900a = j8;
        this.f10901b = str;
        this.f10902c = str2;
        this.f10903d = num;
        this.f10904e = num2;
        this.f10905f = num3;
        this.f10906g = str3;
        this.f10907h = str4;
    }

    public final PlayerResponse copy(@InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "name") String str, @InterfaceC1389i(name = "logo_path") String str2, @InterfaceC1389i(name = "is_free") Integer num, @InterfaceC1389i(name = "is_recommended") Integer num2, @InterfaceC1389i(name = "star") Integer num3, @InterfaceC1389i(name = "link_download") String str3, @InterfaceC1389i(name = "deeplink") String str4) {
        return new PlayerResponse(j8, str, str2, num, num2, num3, str3, str4);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof PlayerResponse)) {
            return false;
        }
        PlayerResponse playerResponse = (PlayerResponse) obj;
        return this.f10900a == playerResponse.f10900a && g.a(this.f10901b, playerResponse.f10901b) && g.a(this.f10902c, playerResponse.f10902c) && g.a(this.f10903d, playerResponse.f10903d) && g.a(this.f10904e, playerResponse.f10904e) && g.a(this.f10905f, playerResponse.f10905f) && g.a(this.f10906g, playerResponse.f10906g) && g.a(this.f10907h, playerResponse.f10907h);
    }

    public final int hashCode() {
        long j8 = this.f10900a;
        int i = ((int) (j8 ^ (j8 >>> 32))) * 31;
        String str = this.f10901b;
        int iHashCode = (i + (str == null ? 0 : str.hashCode())) * 31;
        String str2 = this.f10902c;
        int iHashCode2 = (iHashCode + (str2 == null ? 0 : str2.hashCode())) * 31;
        Integer num = this.f10903d;
        int iHashCode3 = (iHashCode2 + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.f10904e;
        int iHashCode4 = (iHashCode3 + (num2 == null ? 0 : num2.hashCode())) * 31;
        Integer num3 = this.f10905f;
        int iHashCode5 = (iHashCode4 + (num3 == null ? 0 : num3.hashCode())) * 31;
        String str3 = this.f10906g;
        int iHashCode6 = (iHashCode5 + (str3 == null ? 0 : str3.hashCode())) * 31;
        String str4 = this.f10907h;
        return iHashCode6 + (str4 != null ? str4.hashCode() : 0);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("PlayerResponse(id=");
        sb.append(this.f10900a);
        sb.append(", name=");
        sb.append(this.f10901b);
        sb.append(", logoPath=");
        sb.append(this.f10902c);
        sb.append(", isFree=");
        sb.append(this.f10903d);
        sb.append(", isRecommended=");
        sb.append(this.f10904e);
        sb.append(", star=");
        sb.append(this.f10905f);
        sb.append(", linkDownLoad=");
        sb.append(this.f10906g);
        sb.append(", deepLink=");
        return a.r(sb, this.f10907h, ")");
    }
}
