package com.google.android.gms.internal.ads;

import android.os.IBinder;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public final class qp1 extends zp1 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final IBinder f15839a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f15840b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final float f15841c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final int f15842d;

    @Nullable
    private final String zzb;

    @Nullable
    private final String zzf;

    public qp1(IBinder iBinder, String str, int i10, float f10, int i11, String str2) {
        this.f15839a = iBinder;
        this.zzb = str;
        this.f15840b = i10;
        this.f15841c = f10;
        this.f15842d = i11;
        this.zzf = str2;
    }

    public final boolean equals(Object obj) {
        String str;
        if (obj == this) {
            return true;
        }
        if (obj instanceof zp1) {
            zp1 zp1Var = (zp1) obj;
            if (this.f15839a.equals(((qp1) zp1Var).f15839a) && ((str = this.zzb) != null ? str.equals(zp1Var.zzb()) : zp1Var.zzb() == null)) {
                qp1 qp1Var = (qp1) zp1Var;
                if (this.f15840b == qp1Var.f15840b && Float.floatToIntBits(this.f15841c) == Float.floatToIntBits(qp1Var.f15841c)) {
                    zp1Var.zzg();
                    if (this.f15842d == qp1Var.f15842d) {
                        zp1Var.zzi();
                        String str2 = this.zzf;
                        if (str2 != null ? str2.equals(zp1Var.zzj()) : zp1Var.zzj() == null) {
                            zp1Var.zzk();
                            return true;
                        }
                    }
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = this.f15839a.hashCode() ^ 1000003;
        String str = this.zzb;
        int iHashCode2 = (((((iHashCode * 1000003) ^ (str == null ? 0 : str.hashCode())) * 1000003) ^ this.f15840b) * 1000003) ^ Float.floatToIntBits(this.f15841c);
        String str2 = this.zzf;
        return ((((iHashCode2 * 1525764945) ^ this.f15842d) * (-721379959)) ^ (str2 != null ? str2.hashCode() : 0)) * 1000003;
    }

    public final String toString() {
        String string = this.f15839a.toString();
        int length = string.length();
        String str = this.zzb;
        int length2 = String.valueOf(str).length();
        int i10 = this.f15840b;
        int length3 = String.valueOf(i10).length();
        float f10 = this.f15841c;
        int length4 = String.valueOf(f10).length();
        int i11 = this.f15842d;
        int length5 = String.valueOf(i11).length();
        String str2 = this.zzf;
        StringBuilder sb = new StringBuilder(length + 46 + length2 + 16 + length3 + 23 + length4 + 65 + length5 + 33 + String.valueOf(str2).length() + 30);
        u.a.h(sb, "OverlayDisplayShowRequest{windowToken=", string, ", appId=", str);
        sb.append(", layoutGravity=");
        sb.append(i10);
        sb.append(", layoutVerticalMargin=");
        sb.append(f10);
        sb.append(", displayMode=0, triggerMode=0, sessionToken=null, windowWidthPx=");
        sb.append(i11);
        sb.append(", deeplinkUrl=null, adFieldEnifd=");
        sb.append(str2);
        sb.append(", thirdPartyAuthCallerId=null}");
        return sb.toString();
    }

    @Override // com.google.android.gms.internal.ads.zp1
    @Nullable
    public final String zzb() {
        return this.zzb;
    }

    @Override // com.google.android.gms.internal.ads.zp1
    @Nullable
    public final String zzg() {
        return null;
    }

    @Override // com.google.android.gms.internal.ads.zp1
    @Nullable
    public final String zzi() {
        return null;
    }

    @Override // com.google.android.gms.internal.ads.zp1
    @Nullable
    public final String zzj() {
        return this.zzf;
    }

    @Override // com.google.android.gms.internal.ads.zp1
    @Nullable
    public final String zzk() {
        return null;
    }
}
