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

import androidx.media3.container.NalUnitUtil;
import com.google.gson.annotations.SerializedName;
import defpackage.cr4;
import defpackage.fi7;
import defpackage.kp6;
import defpackage.n41;
import defpackage.pq6;
import defpackage.vw2;
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\u0015\n\u0002\u0010\u000b\n\u0002\b\u0004\b\u0086\b\u0018\u00002\u00020\u0001B9\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0003\u0012\u0006\u0010\u0005\u001a\u00020\u0006\u0012\u0006\u0010\u0007\u001a\u00020\u0006\u0012\u0006\u0010\b\u001a\u00020\u0003\u0012\b\u0010\t\u001a\u0004\u0018\u00010\u0003¢\u0006\u0004\b\n\u0010\u000bJ\t\u0010\u0014\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0015\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0016\u001a\u00020\u0006HÆ\u0003J\t\u0010\u0017\u001a\u00020\u0006HÆ\u0003J\t\u0010\u0018\u001a\u00020\u0003HÆ\u0003J\u000b\u0010\u0019\u001a\u0004\u0018\u00010\u0003HÆ\u0003JG\u0010\u001a\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00062\b\b\u0002\u0010\u0007\u001a\u00020\u00062\b\b\u0002\u0010\b\u001a\u00020\u00032\n\b\u0002\u0010\t\u001a\u0004\u0018\u00010\u0003HÆ\u0001J\u0013\u0010\u001b\u001a\u00020\u001c2\b\u0010\u001d\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u001e\u001a\u00020\u0006HÖ\u0001J\t\u0010\u001f\u001a\u00020\u0003HÖ\u0001R\u0016\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\f\u0010\rR\u0016\u0010\u0004\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000e\u0010\rR\u0016\u0010\u0005\u001a\u00020\u00068\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000f\u0010\u0010R\u0016\u0010\u0007\u001a\u00020\u00068\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0011\u0010\u0010R\u0016\u0010\b\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0012\u0010\rR\u0018\u0010\t\u001a\u0004\u0018\u00010\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0013\u0010\r¨\u0006 "}, d2 = {"Lcom/strmr/ps/data/remote/model/realdebrid/RealDebridDeviceCodeResponse;", "", "deviceCode", "", "userCode", "interval", "", "expiresIn", "verificationUrl", "directVerificationUrl", "<init>", "(Ljava/lang/String;Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V", "getDeviceCode", "()Ljava/lang/String;", "getUserCode", "getInterval", "()I", "getExpiresIn", "getVerificationUrl", "getDirectVerificationUrl", "component1", "component2", "component3", "component4", "component5", "component6", "copy", "equals", "", "other", "hashCode", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class RealDebridDeviceCodeResponse {

    @SerializedName("device_code")
    @kp6
    private final String deviceCode;

    @SerializedName("direct_verification_url")
    @pq6
    private final String directVerificationUrl;

    @SerializedName("expires_in")
    private final int expiresIn;

    @SerializedName("interval")
    private final int interval;

    @SerializedName("user_code")
    @kp6
    private final String userCode;

    @SerializedName("verification_url")
    @kp6
    private final String verificationUrl;

    public RealDebridDeviceCodeResponse(@kp6 String str, @kp6 String str2, int i, int i2, @kp6 String str3, @pq6 String str4) {
        cr4.g(str, "deviceCode");
        cr4.g(str2, "userCode");
        cr4.g(str3, "verificationUrl");
        this.deviceCode = str;
        this.userCode = str2;
        this.interval = i;
        this.expiresIn = i2;
        this.verificationUrl = str3;
        this.directVerificationUrl = str4;
    }

    public static /* synthetic */ RealDebridDeviceCodeResponse copy$default(RealDebridDeviceCodeResponse realDebridDeviceCodeResponse, String str, String str2, int i, int i2, String str3, String str4, int i3, Object obj) {
        if ((i3 & 1) != 0) {
            str = realDebridDeviceCodeResponse.deviceCode;
        }
        if ((i3 & 2) != 0) {
            str2 = realDebridDeviceCodeResponse.userCode;
        }
        if ((i3 & 4) != 0) {
            i = realDebridDeviceCodeResponse.interval;
        }
        if ((i3 & 8) != 0) {
            i2 = realDebridDeviceCodeResponse.expiresIn;
        }
        if ((i3 & 16) != 0) {
            str3 = realDebridDeviceCodeResponse.verificationUrl;
        }
        if ((i3 & 32) != 0) {
            str4 = realDebridDeviceCodeResponse.directVerificationUrl;
        }
        String str5 = str3;
        String str6 = str4;
        return realDebridDeviceCodeResponse.copy(str, str2, i, i2, str5, str6);
    }

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

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

    /* JADX INFO: renamed from: component3, reason: from getter */
    public final int getInterval() {
        return this.interval;
    }

    /* JADX INFO: renamed from: component4, reason: from getter */
    public final int getExpiresIn() {
        return this.expiresIn;
    }

    @kp6
    /* JADX INFO: renamed from: component5, reason: from getter */
    public final String getVerificationUrl() {
        return this.verificationUrl;
    }

    @pq6
    /* JADX INFO: renamed from: component6, reason: from getter */
    public final String getDirectVerificationUrl() {
        return this.directVerificationUrl;
    }

    @kp6
    public final RealDebridDeviceCodeResponse copy(@kp6 String deviceCode, @kp6 String userCode, int interval, int expiresIn, @kp6 String verificationUrl, @pq6 String directVerificationUrl) {
        cr4.g(deviceCode, "deviceCode");
        cr4.g(userCode, "userCode");
        cr4.g(verificationUrl, "verificationUrl");
        return new RealDebridDeviceCodeResponse(deviceCode, userCode, interval, expiresIn, verificationUrl, directVerificationUrl);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof RealDebridDeviceCodeResponse)) {
            return false;
        }
        RealDebridDeviceCodeResponse realDebridDeviceCodeResponse = (RealDebridDeviceCodeResponse) other;
        return cr4.b(this.deviceCode, realDebridDeviceCodeResponse.deviceCode) && cr4.b(this.userCode, realDebridDeviceCodeResponse.userCode) && this.interval == realDebridDeviceCodeResponse.interval && this.expiresIn == realDebridDeviceCodeResponse.expiresIn && cr4.b(this.verificationUrl, realDebridDeviceCodeResponse.verificationUrl) && cr4.b(this.directVerificationUrl, realDebridDeviceCodeResponse.directVerificationUrl);
    }

    @kp6
    public final String getDeviceCode() {
        return this.deviceCode;
    }

    @pq6
    public final String getDirectVerificationUrl() {
        return this.directVerificationUrl;
    }

    public final int getExpiresIn() {
        return this.expiresIn;
    }

    public final int getInterval() {
        return this.interval;
    }

    @kp6
    public final String getUserCode() {
        return this.userCode;
    }

    @kp6
    public final String getVerificationUrl() {
        return this.verificationUrl;
    }

    public int hashCode() {
        int iB = vw2.b(fi7.a(this.expiresIn, fi7.a(this.interval, vw2.b(this.deviceCode.hashCode() * 31, 31, this.userCode), 31), 31), 31, this.verificationUrl);
        String str = this.directVerificationUrl;
        return iB + (str == null ? 0 : str.hashCode());
    }

    @kp6
    public String toString() {
        String str = this.deviceCode;
        String str2 = this.userCode;
        int i = this.interval;
        int i2 = this.expiresIn;
        String str3 = this.verificationUrl;
        String str4 = this.directVerificationUrl;
        StringBuilder sbM = fi7.m("RealDebridDeviceCodeResponse(deviceCode=", str, ", userCode=", str2, ", interval=");
        sbM.append(i);
        sbM.append(", expiresIn=");
        sbM.append(i2);
        sbM.append(", verificationUrl=");
        return n41.u(sbM, str3, ", directVerificationUrl=", str4, ")");
    }
}
