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

import androidx.media3.container.NalUnitUtil;
import androidx.media3.exoplayer.rtsp.SessionDescription;
import com.google.gson.annotations.SerializedName;
import defpackage.cr4;
import defpackage.fi7;
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\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u000e\n\u0002\u0010\u000b\n\u0002\b\u0004\b\u0086\b\u0018\u00002\u00020\u0001B%\u0012\b\u0010\u0002\u001a\u0004\u0018\u00010\u0003\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0003\u0012\b\u0010\u0005\u001a\u0004\u0018\u00010\u0006¢\u0006\u0004\b\u0007\u0010\bJ\u000b\u0010\u000f\u001a\u0004\u0018\u00010\u0003HÆ\u0003J\u000b\u0010\u0010\u001a\u0004\u0018\u00010\u0003HÆ\u0003J\u0010\u0010\u0011\u001a\u0004\u0018\u00010\u0006HÆ\u0003¢\u0006\u0002\u0010\rJ2\u0010\u0012\u001a\u00020\u00002\n\b\u0002\u0010\u0002\u001a\u0004\u0018\u00010\u00032\n\b\u0002\u0010\u0004\u001a\u0004\u0018\u00010\u00032\n\b\u0002\u0010\u0005\u001a\u0004\u0018\u00010\u0006HÆ\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\u0006HÖ\u0001J\t\u0010\u0018\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\u0018\u0010\u0004\u001a\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\nR\u001a\u0010\u0005\u001a\u0004\u0018\u00010\u00068\u0006X\u0087\u0004¢\u0006\n\n\u0002\u0010\u000e\u001a\u0004\b\f\u0010\r¨\u0006\u0019"}, d2 = {"Lcom/strmr/ps/data/model/tmdb/TMDBReleaseDateInfo;", "", "certification", "", "releaseDate", SessionDescription.ATTR_TYPE, "", "<init>", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)V", "getCertification", "()Ljava/lang/String;", "getReleaseDate", "getType", "()Ljava/lang/Integer;", "Ljava/lang/Integer;", "component1", "component2", "component3", "copy", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;)Lcom/strmr/ps/data/model/tmdb/TMDBReleaseDateInfo;", "equals", "", "other", "hashCode", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class TMDBReleaseDateInfo {

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

    @SerializedName("release_date")
    @pq6
    private final String releaseDate;

    @SerializedName(SessionDescription.ATTR_TYPE)
    @pq6
    private final Integer type;

    public TMDBReleaseDateInfo(@pq6 String str, @pq6 String str2, @pq6 Integer num) {
        this.certification = str;
        this.releaseDate = str2;
        this.type = num;
    }

    public static /* synthetic */ TMDBReleaseDateInfo copy$default(TMDBReleaseDateInfo tMDBReleaseDateInfo, String str, String str2, Integer num, int i, Object obj) {
        if ((i & 1) != 0) {
            str = tMDBReleaseDateInfo.certification;
        }
        if ((i & 2) != 0) {
            str2 = tMDBReleaseDateInfo.releaseDate;
        }
        if ((i & 4) != 0) {
            num = tMDBReleaseDateInfo.type;
        }
        return tMDBReleaseDateInfo.copy(str, str2, num);
    }

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

    @pq6
    /* JADX INFO: renamed from: component2, reason: from getter */
    public final String getReleaseDate() {
        return this.releaseDate;
    }

    @pq6
    /* JADX INFO: renamed from: component3, reason: from getter */
    public final Integer getType() {
        return this.type;
    }

    @kp6
    public final TMDBReleaseDateInfo copy(@pq6 String certification, @pq6 String releaseDate, @pq6 Integer type) {
        return new TMDBReleaseDateInfo(certification, releaseDate, type);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof TMDBReleaseDateInfo)) {
            return false;
        }
        TMDBReleaseDateInfo tMDBReleaseDateInfo = (TMDBReleaseDateInfo) other;
        return cr4.b(this.certification, tMDBReleaseDateInfo.certification) && cr4.b(this.releaseDate, tMDBReleaseDateInfo.releaseDate) && cr4.b(this.type, tMDBReleaseDateInfo.type);
    }

    @pq6
    public final String getCertification() {
        return this.certification;
    }

    @pq6
    public final String getReleaseDate() {
        return this.releaseDate;
    }

    @pq6
    public final Integer getType() {
        return this.type;
    }

    public int hashCode() {
        String str = this.certification;
        int iHashCode = (str == null ? 0 : str.hashCode()) * 31;
        String str2 = this.releaseDate;
        int iHashCode2 = (iHashCode + (str2 == null ? 0 : str2.hashCode())) * 31;
        Integer num = this.type;
        return iHashCode2 + (num != null ? num.hashCode() : 0);
    }

    @kp6
    public String toString() {
        String str = this.certification;
        String str2 = this.releaseDate;
        Integer num = this.type;
        StringBuilder sbM = fi7.m("TMDBReleaseDateInfo(certification=", str, ", releaseDate=", str2, ", type=");
        sbM.append(num);
        sbM.append(")");
        return sbM.toString();
    }
}
