package com.strmr.ps.data.model.trakt;

import androidx.media3.container.NalUnitUtil;
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\u001e\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000b\n\u0002\b\u000e\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0086\b\u0018\u00002\u00020\u0001B\u001b\u0012\b\u0010\u0002\u001a\u0004\u0018\u00010\u0003\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0003¢\u0006\u0004\b\u0005\u0010\u0006J\u0010\u0010\u000b\u001a\u0004\u0018\u00010\u0003HÆ\u0003¢\u0006\u0002\u0010\bJ\u0010\u0010\f\u001a\u0004\u0018\u00010\u0003HÆ\u0003¢\u0006\u0002\u0010\bJ&\u0010\r\u001a\u00020\u00002\n\b\u0002\u0010\u0002\u001a\u0004\u0018\u00010\u00032\n\b\u0002\u0010\u0004\u001a\u0004\u0018\u00010\u0003HÆ\u0001¢\u0006\u0002\u0010\u000eJ\u0013\u0010\u000f\u001a\u00020\u00032\b\u0010\u0010\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0011\u001a\u00020\u0012HÖ\u0001J\t\u0010\u0013\u001a\u00020\u0014HÖ\u0001R\u001a\u0010\u0002\u001a\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\n\n\u0002\u0010\t\u001a\u0004\b\u0007\u0010\bR\u001a\u0010\u0004\u001a\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\n\n\u0002\u0010\t\u001a\u0004\b\n\u0010\b¨\u0006\u0015"}, d2 = {"Lcom/strmr/ps/data/model/trakt/TraktScrobbleSharing;", "", "twitter", "", "tumblr", "<init>", "(Ljava/lang/Boolean;Ljava/lang/Boolean;)V", "getTwitter", "()Ljava/lang/Boolean;", "Ljava/lang/Boolean;", "getTumblr", "component1", "component2", "copy", "(Ljava/lang/Boolean;Ljava/lang/Boolean;)Lcom/strmr/ps/data/model/trakt/TraktScrobbleSharing;", "equals", "other", "hashCode", "", "toString", "", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class TraktScrobbleSharing {

    @SerializedName("tumblr")
    @pq6
    private final Boolean tumblr;

    @SerializedName("twitter")
    @pq6
    private final Boolean twitter;

    public TraktScrobbleSharing(@pq6 Boolean bool, @pq6 Boolean bool2) {
        this.twitter = bool;
        this.tumblr = bool2;
    }

    public static /* synthetic */ TraktScrobbleSharing copy$default(TraktScrobbleSharing traktScrobbleSharing, Boolean bool, Boolean bool2, int i, Object obj) {
        if ((i & 1) != 0) {
            bool = traktScrobbleSharing.twitter;
        }
        if ((i & 2) != 0) {
            bool2 = traktScrobbleSharing.tumblr;
        }
        return traktScrobbleSharing.copy(bool, bool2);
    }

    @pq6
    /* JADX INFO: renamed from: component1, reason: from getter */
    public final Boolean getTwitter() {
        return this.twitter;
    }

    @pq6
    /* JADX INFO: renamed from: component2, reason: from getter */
    public final Boolean getTumblr() {
        return this.tumblr;
    }

    @kp6
    public final TraktScrobbleSharing copy(@pq6 Boolean twitter, @pq6 Boolean tumblr) {
        return new TraktScrobbleSharing(twitter, tumblr);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof TraktScrobbleSharing)) {
            return false;
        }
        TraktScrobbleSharing traktScrobbleSharing = (TraktScrobbleSharing) other;
        return cr4.b(this.twitter, traktScrobbleSharing.twitter) && cr4.b(this.tumblr, traktScrobbleSharing.tumblr);
    }

    @pq6
    public final Boolean getTumblr() {
        return this.tumblr;
    }

    @pq6
    public final Boolean getTwitter() {
        return this.twitter;
    }

    public int hashCode() {
        Boolean bool = this.twitter;
        int iHashCode = (bool == null ? 0 : bool.hashCode()) * 31;
        Boolean bool2 = this.tumblr;
        return iHashCode + (bool2 != null ? bool2.hashCode() : 0);
    }

    @kp6
    public String toString() {
        return "TraktScrobbleSharing(twitter=" + this.twitter + ", tumblr=" + this.tumblr + ")";
    }
}
