package jb;

import androidx.annotation.Nullable;
import com.google.firebase.installations.remote.InstallationResponse$ResponseCode;

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

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

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final InstallationResponse$ResponseCode f28754e;

    private a(@Nullable String str, @Nullable String str2, @Nullable String str3, @Nullable f fVar, @Nullable InstallationResponse$ResponseCode installationResponse$ResponseCode) {
        this.f28750a = str;
        this.f28751b = str2;
        this.f28752c = str3;
        this.f28753d = fVar;
        this.f28754e = installationResponse$ResponseCode;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof d)) {
            return false;
        }
        d dVar = (d) obj;
        String str = this.f28750a;
        if (str != null ? str.equals(dVar.getUri()) : dVar.getUri() == null) {
            String str2 = this.f28751b;
            if (str2 != null ? str2.equals(dVar.getFid()) : dVar.getFid() == null) {
                String str3 = this.f28752c;
                if (str3 != null ? str3.equals(dVar.getRefreshToken()) : dVar.getRefreshToken() == null) {
                    f fVar = this.f28753d;
                    if (fVar != null ? fVar.equals(dVar.getAuthToken()) : dVar.getAuthToken() == null) {
                        InstallationResponse$ResponseCode installationResponse$ResponseCode = this.f28754e;
                        if (installationResponse$ResponseCode == null) {
                            if (dVar.getResponseCode() == null) {
                                return true;
                            }
                        } else if (installationResponse$ResponseCode.equals(dVar.getResponseCode())) {
                            return true;
                        }
                    }
                }
            }
        }
        return false;
    }

    @Override // jb.d
    @Nullable
    public f getAuthToken() {
        return this.f28753d;
    }

    @Override // jb.d
    @Nullable
    public String getFid() {
        return this.f28751b;
    }

    @Override // jb.d
    @Nullable
    public String getRefreshToken() {
        return this.f28752c;
    }

    @Override // jb.d
    @Nullable
    public InstallationResponse$ResponseCode getResponseCode() {
        return this.f28754e;
    }

    @Override // jb.d
    @Nullable
    public String getUri() {
        return this.f28750a;
    }

    public final int hashCode() {
        String str = this.f28750a;
        int iHashCode = ((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003;
        String str2 = this.f28751b;
        int iHashCode2 = (iHashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003;
        String str3 = this.f28752c;
        int iHashCode3 = (iHashCode2 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003;
        f fVar = this.f28753d;
        int iHashCode4 = (iHashCode3 ^ (fVar == null ? 0 : fVar.hashCode())) * 1000003;
        InstallationResponse$ResponseCode installationResponse$ResponseCode = this.f28754e;
        return (installationResponse$ResponseCode != null ? installationResponse$ResponseCode.hashCode() : 0) ^ iHashCode4;
    }

    public final String toString() {
        return "InstallationResponse{uri=" + this.f28750a + ", fid=" + this.f28751b + ", refreshToken=" + this.f28752c + ", authToken=" + this.f28753d + ", responseCode=" + this.f28754e + "}";
    }

    public /* synthetic */ a(String str, String str2, String str3, f fVar, InstallationResponse$ResponseCode installationResponse$ResponseCode, int i10) {
        this(str, str2, str3, fVar, installationResponse$ResponseCode);
    }
}
