package aa;

import androidx.annotation.Nullable;
import com.google.android.gms.common.annotation.KeepForSdk;

/* JADX INFO: loaded from: classes2.dex */
public abstract class a extends d {

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

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final String f410e;

    public a(int i10, int i11, @Nullable String str, @Nullable String str2, @Nullable String str3) {
        this.f406a = i10;
        this.f407b = i11;
        this.f408c = str;
        this.f409d = str2;
        this.f410e = str3;
    }

    public final boolean equals(Object obj) {
        String str;
        String str2;
        String str3;
        if (obj == this) {
            return true;
        }
        if (obj instanceof d) {
            d dVar = (d) obj;
            if (this.f406a == ((a) dVar).f406a && this.f407b == ((a) dVar).f407b && ((str = this.f408c) != null ? str.equals(dVar.getAltText()) : dVar.getAltText() == null) && ((str2 = this.f409d) != null ? str2.equals(dVar.getCreativeType()) : dVar.getCreativeType() == null) && ((str3 = this.f410e) != null ? str3.equals(dVar.getStaticResourceUri()) : dVar.getStaticResourceUri() == null)) {
                return true;
            }
        }
        return false;
    }

    @Override // aa.d
    @Nullable
    @KeepForSdk
    public String getAltText() {
        return this.f408c;
    }

    @Override // aa.d
    @Nullable
    @KeepForSdk
    public String getCreativeType() {
        return this.f409d;
    }

    @Override // aa.d
    @Nullable
    @KeepForSdk
    public String getStaticResourceUri() {
        return this.f410e;
    }

    public final int hashCode() {
        int i10 = ((this.f406a ^ 1000003) * 1000003) ^ this.f407b;
        String str = this.f408c;
        int iHashCode = ((i10 * 1000003) ^ (str == null ? 0 : str.hashCode())) * 1000003;
        String str2 = this.f409d;
        int iHashCode2 = (iHashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003;
        String str3 = this.f410e;
        return iHashCode2 ^ (str3 != null ? str3.hashCode() : 0);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("IconClickFallbackImage{width=");
        sb.append(this.f406a);
        sb.append(", height=");
        sb.append(this.f407b);
        sb.append(", altText=");
        sb.append(this.f408c);
        sb.append(", creativeType=");
        sb.append(this.f409d);
        sb.append(", staticResourceUri=");
        return defpackage.e.o(sb, this.f410e, "}");
    }
}
