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

import androidx.media3.container.NalUnitUtil;
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\u001e\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0013\b\u0086\b\u0018\u00002\u00020\u0001B#\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0005\u0012\b\u0010\u0006\u001a\u0004\u0018\u00010\u0007¢\u0006\u0004\b\b\u0010\tJ\t\u0010\u0011\u001a\u00020\u0003HÆ\u0003J\u0010\u0010\u0012\u001a\u0004\u0018\u00010\u0005HÆ\u0003¢\u0006\u0002\u0010\rJ\u000b\u0010\u0013\u001a\u0004\u0018\u00010\u0007HÆ\u0003J0\u0010\u0014\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\n\b\u0002\u0010\u0004\u001a\u0004\u0018\u00010\u00052\n\b\u0002\u0010\u0006\u001a\u0004\u0018\u00010\u0007HÆ\u0001¢\u0006\u0002\u0010\u0015J\u0013\u0010\u0016\u001a\u00020\u00032\b\u0010\u0017\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0018\u001a\u00020\u0005HÖ\u0001J\t\u0010\u0019\u001a\u00020\u0007HÖ\u0001R\u0016\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\n\u0010\u000bR\u001a\u0010\u0004\u001a\u0004\u0018\u00010\u00058\u0006X\u0087\u0004¢\u0006\n\n\u0002\u0010\u000e\u001a\u0004\b\f\u0010\rR\u0018\u0010\u0006\u001a\u0004\u0018\u00010\u00078\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000f\u0010\u0010¨\u0006\u001a"}, d2 = {"Lcom/strmr/ps/data/remote/model/alldebrid/AllDebridPinCheckData;", "", "activated", "", "expiresIn", "", "apikey", "", "<init>", "(ZLjava/lang/Integer;Ljava/lang/String;)V", "getActivated", "()Z", "getExpiresIn", "()Ljava/lang/Integer;", "Ljava/lang/Integer;", "getApikey", "()Ljava/lang/String;", "component1", "component2", "component3", "copy", "(ZLjava/lang/Integer;Ljava/lang/String;)Lcom/strmr/ps/data/remote/model/alldebrid/AllDebridPinCheckData;", "equals", "other", "hashCode", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class AllDebridPinCheckData {

    @SerializedName("activated")
    private final boolean activated;

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

    @SerializedName("expires_in")
    @pq6
    private final Integer expiresIn;

    public AllDebridPinCheckData(boolean z, @pq6 Integer num, @pq6 String str) {
        this.activated = z;
        this.expiresIn = num;
        this.apikey = str;
    }

    public static /* synthetic */ AllDebridPinCheckData copy$default(AllDebridPinCheckData allDebridPinCheckData, boolean z, Integer num, String str, int i, Object obj) {
        if ((i & 1) != 0) {
            z = allDebridPinCheckData.activated;
        }
        if ((i & 2) != 0) {
            num = allDebridPinCheckData.expiresIn;
        }
        if ((i & 4) != 0) {
            str = allDebridPinCheckData.apikey;
        }
        return allDebridPinCheckData.copy(z, num, str);
    }

    /* JADX INFO: renamed from: component1, reason: from getter */
    public final boolean getActivated() {
        return this.activated;
    }

    @pq6
    /* JADX INFO: renamed from: component2, reason: from getter */
    public final Integer getExpiresIn() {
        return this.expiresIn;
    }

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

    @kp6
    public final AllDebridPinCheckData copy(boolean activated, @pq6 Integer expiresIn, @pq6 String apikey) {
        return new AllDebridPinCheckData(activated, expiresIn, apikey);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof AllDebridPinCheckData)) {
            return false;
        }
        AllDebridPinCheckData allDebridPinCheckData = (AllDebridPinCheckData) other;
        return this.activated == allDebridPinCheckData.activated && cr4.b(this.expiresIn, allDebridPinCheckData.expiresIn) && cr4.b(this.apikey, allDebridPinCheckData.apikey);
    }

    public final boolean getActivated() {
        return this.activated;
    }

    @pq6
    public final String getApikey() {
        return this.apikey;
    }

    @pq6
    public final Integer getExpiresIn() {
        return this.expiresIn;
    }

    public int hashCode() {
        int iHashCode = Boolean.hashCode(this.activated) * 31;
        Integer num = this.expiresIn;
        int iHashCode2 = (iHashCode + (num == null ? 0 : num.hashCode())) * 31;
        String str = this.apikey;
        return iHashCode2 + (str != null ? str.hashCode() : 0);
    }

    @kp6
    public String toString() {
        boolean z = this.activated;
        Integer num = this.expiresIn;
        String str = this.apikey;
        StringBuilder sb = new StringBuilder("AllDebridPinCheckData(activated=");
        sb.append(z);
        sb.append(", expiresIn=");
        sb.append(num);
        sb.append(", apikey=");
        return n41.s(sb, str, ")");
    }
}
