package com.martsnew.data.model.response;

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

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

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

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

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

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

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

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

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

    public LatestVersionResponse(@InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "version") String str, @InterfaceC1389i(name = "version_code") Integer num, @InterfaceC1389i(name = "change_log") String str2, @InterfaceC1389i(name = "link_download") String str3, @InterfaceC1389i(name = "force_updated") Integer num2, @InterfaceC1389i(name = "status") Integer num3) {
        this.f10816a = j8;
        this.f10817b = str;
        this.f10818c = num;
        this.f10819d = str2;
        this.f10820e = str3;
        this.f10821f = num2;
        this.f10822g = num3;
    }

    public final LatestVersionResponse copy(@InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "version") String str, @InterfaceC1389i(name = "version_code") Integer num, @InterfaceC1389i(name = "change_log") String str2, @InterfaceC1389i(name = "link_download") String str3, @InterfaceC1389i(name = "force_updated") Integer num2, @InterfaceC1389i(name = "status") Integer num3) {
        return new LatestVersionResponse(j8, str, num, str2, str3, num2, num3);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof LatestVersionResponse)) {
            return false;
        }
        LatestVersionResponse latestVersionResponse = (LatestVersionResponse) obj;
        return this.f10816a == latestVersionResponse.f10816a && g.a(this.f10817b, latestVersionResponse.f10817b) && g.a(this.f10818c, latestVersionResponse.f10818c) && g.a(this.f10819d, latestVersionResponse.f10819d) && g.a(this.f10820e, latestVersionResponse.f10820e) && g.a(this.f10821f, latestVersionResponse.f10821f) && g.a(this.f10822g, latestVersionResponse.f10822g);
    }

    public final int hashCode() {
        long j8 = this.f10816a;
        int i = ((int) (j8 ^ (j8 >>> 32))) * 31;
        String str = this.f10817b;
        int iHashCode = (i + (str == null ? 0 : str.hashCode())) * 31;
        Integer num = this.f10818c;
        int iHashCode2 = (iHashCode + (num == null ? 0 : num.hashCode())) * 31;
        String str2 = this.f10819d;
        int iHashCode3 = (iHashCode2 + (str2 == null ? 0 : str2.hashCode())) * 31;
        String str3 = this.f10820e;
        int iHashCode4 = (iHashCode3 + (str3 == null ? 0 : str3.hashCode())) * 31;
        Integer num2 = this.f10821f;
        int iHashCode5 = (iHashCode4 + (num2 == null ? 0 : num2.hashCode())) * 31;
        Integer num3 = this.f10822g;
        return iHashCode5 + (num3 != null ? num3.hashCode() : 0);
    }

    public final String toString() {
        return "LatestVersionResponse(id=" + this.f10816a + ", version=" + this.f10817b + ", versionCode=" + this.f10818c + ", changeLog=" + this.f10819d + ", linkDownload=" + this.f10820e + ", forceUpdate=" + this.f10821f + ", status=" + this.f10822g + ")";
    }
}
