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

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

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

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

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

    public FileSizeResponse(@InterfaceC1389i(name = "360") Long l8, @InterfaceC1389i(name = "480") Long l9, @InterfaceC1389i(name = "720") Long l10, @InterfaceC1389i(name = "1080") Long l11) {
        this.f10770a = l8;
        this.f10771b = l9;
        this.f10772c = l10;
        this.f10773d = l11;
    }

    public final FileSizeResponse copy(@InterfaceC1389i(name = "360") Long l8, @InterfaceC1389i(name = "480") Long l9, @InterfaceC1389i(name = "720") Long l10, @InterfaceC1389i(name = "1080") Long l11) {
        return new FileSizeResponse(l8, l9, l10, l11);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof FileSizeResponse)) {
            return false;
        }
        FileSizeResponse fileSizeResponse = (FileSizeResponse) obj;
        return g.a(this.f10770a, fileSizeResponse.f10770a) && g.a(this.f10771b, fileSizeResponse.f10771b) && g.a(this.f10772c, fileSizeResponse.f10772c) && g.a(this.f10773d, fileSizeResponse.f10773d);
    }

    public final int hashCode() {
        Long l8 = this.f10770a;
        int iHashCode = (l8 == null ? 0 : l8.hashCode()) * 31;
        Long l9 = this.f10771b;
        int iHashCode2 = (iHashCode + (l9 == null ? 0 : l9.hashCode())) * 31;
        Long l10 = this.f10772c;
        int iHashCode3 = (iHashCode2 + (l10 == null ? 0 : l10.hashCode())) * 31;
        Long l11 = this.f10773d;
        return iHashCode3 + (l11 != null ? l11.hashCode() : 0);
    }

    public final String toString() {
        return "FileSizeResponse(x360=" + this.f10770a + ", x480=" + this.f10771b + ", x720=" + this.f10772c + ", x1080=" + this.f10773d + ")";
    }
}
