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

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.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\n\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0002\b\u0086\b\u0018\u00002\u00020\u0001B\u0017\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0005¢\u0006\u0004\b\u0006\u0010\u0007J\t\u0010\f\u001a\u00020\u0003HÆ\u0003J\t\u0010\r\u001a\u00020\u0005HÆ\u0003J\u001d\u0010\u000e\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u0005HÆ\u0001J\u0013\u0010\u000f\u001a\u00020\u00102\b\u0010\u0011\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0012\u001a\u00020\u0013HÖ\u0001J\t\u0010\u0014\u001a\u00020\u0003HÖ\u0001R\u0016\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\b\u0010\tR\u0016\u0010\u0004\u001a\u00020\u00058\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\n\u0010\u000b¨\u0006\u0015"}, d2 = {"Lcom/strmr/ps/data/remote/model/torbox/TorBoxCacheFile;", "", AppMeasurementSdk.ConditionalUserProperty.NAME, "", "size", "", "<init>", "(Ljava/lang/String;J)V", "getName", "()Ljava/lang/String;", "getSize", "()J", "component1", "component2", "copy", "equals", "", "other", "hashCode", "", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class TorBoxCacheFile {

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

    @SerializedName("size")
    private final long size;

    public TorBoxCacheFile(@kp6 String str, long j) {
        cr4.g(str, AppMeasurementSdk.ConditionalUserProperty.NAME);
        this.name = str;
        this.size = j;
    }

    public static /* synthetic */ TorBoxCacheFile copy$default(TorBoxCacheFile torBoxCacheFile, String str, long j, int i, Object obj) {
        if ((i & 1) != 0) {
            str = torBoxCacheFile.name;
        }
        if ((i & 2) != 0) {
            j = torBoxCacheFile.size;
        }
        return torBoxCacheFile.copy(str, j);
    }

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

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

    @kp6
    public final TorBoxCacheFile copy(@kp6 String name, long size) {
        cr4.g(name, AppMeasurementSdk.ConditionalUserProperty.NAME);
        return new TorBoxCacheFile(name, size);
    }

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

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

    public final long getSize() {
        return this.size;
    }

    public int hashCode() {
        return Long.hashCode(this.size) + (this.name.hashCode() * 31);
    }

    @kp6
    public String toString() {
        return "TorBoxCacheFile(name=" + this.name + ", size=" + this.size + ")";
    }
}
