package com.strmr.ps.data.remote.model.easydebrid;

import androidx.media3.container.NalUnitUtil;
import com.google.android.gms.measurement.api.AppMeasurementSdk;
import com.google.gson.annotations.SerializedName;
import defpackage.cr4;
import defpackage.kp6;
import defpackage.n41;
import defpackage.pq6;
import kotlin.Metadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000(\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\t\n\u0002\b\u000f\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0002\b\u0086\b\u0018\u00002\u00020\u0001B%\u0012\b\u0010\u0002\u001a\u0004\u0018\u00010\u0003\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0005\u0012\b\u0010\u0006\u001a\u0004\u0018\u00010\u0003¢\u0006\u0004\b\u0007\u0010\bJ\u000b\u0010\u000f\u001a\u0004\u0018\u00010\u0003HÆ\u0003J\u0010\u0010\u0010\u001a\u0004\u0018\u00010\u0005HÆ\u0003¢\u0006\u0002\u0010\fJ\u000b\u0010\u0011\u001a\u0004\u0018\u00010\u0003HÆ\u0003J2\u0010\u0012\u001a\u00020\u00002\n\b\u0002\u0010\u0002\u001a\u0004\u0018\u00010\u00032\n\b\u0002\u0010\u0004\u001a\u0004\u0018\u00010\u00052\n\b\u0002\u0010\u0006\u001a\u0004\u0018\u00010\u0003HÆ\u0001¢\u0006\u0002\u0010\u0013J\u0013\u0010\u0014\u001a\u00020\u00152\b\u0010\u0016\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0017\u001a\u00020\u0018HÖ\u0001J\t\u0010\u0019\u001a\u00020\u0003HÖ\u0001R\u0018\u0010\u0002\u001a\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\t\u0010\nR\u001a\u0010\u0004\u001a\u0004\u0018\u00010\u00058\u0006X\u0087\u0004¢\u0006\n\n\u0002\u0010\r\u001a\u0004\b\u000b\u0010\fR\u0018\u0010\u0006\u001a\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000e\u0010\n¨\u0006\u001a"}, d2 = {"Lcom/strmr/ps/data/remote/model/easydebrid/EasyDebridLookupFile;", "", AppMeasurementSdk.ConditionalUserProperty.NAME, "", "size", "", "folder", "<init>", "(Ljava/lang/String;Ljava/lang/Long;Ljava/lang/String;)V", "getName", "()Ljava/lang/String;", "getSize", "()Ljava/lang/Long;", "Ljava/lang/Long;", "getFolder", "component1", "component2", "component3", "copy", "(Ljava/lang/String;Ljava/lang/Long;Ljava/lang/String;)Lcom/strmr/ps/data/remote/model/easydebrid/EasyDebridLookupFile;", "equals", "", "other", "hashCode", "", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class EasyDebridLookupFile {

    @SerializedName("folder")
    @pq6
    private final String folder;

    @SerializedName(AppMeasurementSdk.ConditionalUserProperty.NAME)
    @pq6
    private final String name;

    @SerializedName("size")
    @pq6
    private final Long size;

    public EasyDebridLookupFile(@pq6 String str, @pq6 Long l, @pq6 String str2) {
        this.name = str;
        this.size = l;
        this.folder = str2;
    }

    public static /* synthetic */ EasyDebridLookupFile copy$default(EasyDebridLookupFile easyDebridLookupFile, String str, Long l, String str2, int i, Object obj) {
        if ((i & 1) != 0) {
            str = easyDebridLookupFile.name;
        }
        if ((i & 2) != 0) {
            l = easyDebridLookupFile.size;
        }
        if ((i & 4) != 0) {
            str2 = easyDebridLookupFile.folder;
        }
        return easyDebridLookupFile.copy(str, l, str2);
    }

    @pq6
    /* JADX INFO: renamed from: component1, reason: from getter */
    public final String getName() {
        return this.name;
    }

    @pq6
    /* JADX INFO: renamed from: component2, reason: from getter */
    public final Long getSize() {
        return this.size;
    }

    @pq6
    /* JADX INFO: renamed from: component3, reason: from getter */
    public final String getFolder() {
        return this.folder;
    }

    @kp6
    public final EasyDebridLookupFile copy(@pq6 String name, @pq6 Long size, @pq6 String folder) {
        return new EasyDebridLookupFile(name, size, folder);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof EasyDebridLookupFile)) {
            return false;
        }
        EasyDebridLookupFile easyDebridLookupFile = (EasyDebridLookupFile) other;
        return cr4.b(this.name, easyDebridLookupFile.name) && cr4.b(this.size, easyDebridLookupFile.size) && cr4.b(this.folder, easyDebridLookupFile.folder);
    }

    @pq6
    public final String getFolder() {
        return this.folder;
    }

    @pq6
    public final String getName() {
        return this.name;
    }

    @pq6
    public final Long getSize() {
        return this.size;
    }

    public int hashCode() {
        String str = this.name;
        int iHashCode = (str == null ? 0 : str.hashCode()) * 31;
        Long l = this.size;
        int iHashCode2 = (iHashCode + (l == null ? 0 : l.hashCode())) * 31;
        String str2 = this.folder;
        return iHashCode2 + (str2 != null ? str2.hashCode() : 0);
    }

    @kp6
    public String toString() {
        String str = this.name;
        Long l = this.size;
        String str2 = this.folder;
        StringBuilder sb = new StringBuilder("EasyDebridLookupFile(name=");
        sb.append(str);
        sb.append(", size=");
        sb.append(l);
        sb.append(", folder=");
        return n41.s(sb, str2, ")");
    }
}
