package com.strmr.ps.data.local.entity;

import androidx.media3.container.NalUnitUtil;
import androidx.media3.extractor.text.ttml.TtmlNode;
import defpackage.cr4;
import defpackage.ih7;
import defpackage.kp6;
import defpackage.n41;
import defpackage.pq6;
import defpackage.vm2;
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\u0002\b\n\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0002\b\u0087\b\u0018\u00002\u00020\u0001B\u0017\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0003¢\u0006\u0004\b\u0005\u0010\u0006J\t\u0010\n\u001a\u00020\u0003HÆ\u0003J\t\u0010\u000b\u001a\u00020\u0003HÆ\u0003J\u001d\u0010\f\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\r\u001a\u00020\u000e2\b\u0010\u000f\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0010\u001a\u00020\u0011HÖ\u0001J\t\u0010\u0012\u001a\u00020\u0003HÖ\u0001R\u0016\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0007\u0010\bR\u0011\u0010\u0004\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\t\u0010\b¨\u0006\u0013"}, d2 = {"Lcom/strmr/ps/data/local/entity/UserCollectionEntity;", "", TtmlNode.ATTR_ID, "", "json", "<init>", "(Ljava/lang/String;Ljava/lang/String;)V", "getId", "()Ljava/lang/String;", "getJson", "component1", "component2", "copy", "equals", "", "other", "hashCode", "", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@vm2
public final /* data */ class UserCollectionEntity {

    @ih7
    @kp6
    private final String id;

    @kp6
    private final String json;

    public UserCollectionEntity(@kp6 String str, @kp6 String str2) {
        cr4.g(str, TtmlNode.ATTR_ID);
        cr4.g(str2, "json");
        this.id = str;
        this.json = str2;
    }

    public static /* synthetic */ UserCollectionEntity copy$default(UserCollectionEntity userCollectionEntity, String str, String str2, int i, Object obj) {
        if ((i & 1) != 0) {
            str = userCollectionEntity.id;
        }
        if ((i & 2) != 0) {
            str2 = userCollectionEntity.json;
        }
        return userCollectionEntity.copy(str, str2);
    }

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

    @kp6
    /* JADX INFO: renamed from: component2, reason: from getter */
    public final String getJson() {
        return this.json;
    }

    @kp6
    public final UserCollectionEntity copy(@kp6 String id, @kp6 String json) {
        cr4.g(id, TtmlNode.ATTR_ID);
        cr4.g(json, "json");
        return new UserCollectionEntity(id, json);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof UserCollectionEntity)) {
            return false;
        }
        UserCollectionEntity userCollectionEntity = (UserCollectionEntity) other;
        return cr4.b(this.id, userCollectionEntity.id) && cr4.b(this.json, userCollectionEntity.json);
    }

    @kp6
    public final String getId() {
        return this.id;
    }

    @kp6
    public final String getJson() {
        return this.json;
    }

    public int hashCode() {
        return this.json.hashCode() + (this.id.hashCode() * 31);
    }

    @kp6
    public String toString() {
        return n41.o("UserCollectionEntity(id=", this.id, ", json=", this.json, ")");
    }
}
