package u6;

import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public final class k extends b {

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

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

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

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

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

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

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

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

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

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

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

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

    private k(@Nullable Integer num, @Nullable String str, @Nullable String str2, @Nullable String str3, @Nullable String str4, @Nullable String str5, @Nullable String str6, @Nullable String str7, @Nullable String str8, @Nullable String str9, @Nullable String str10, @Nullable String str11) {
        this.f33311a = num;
        this.f33312b = str;
        this.f33313c = str2;
        this.f33314d = str3;
        this.f33315e = str4;
        this.f33316f = str5;
        this.f33317g = str6;
        this.f33318h = str7;
        this.f33319i = str8;
        this.f33320j = str9;
        this.f33321k = str10;
        this.f33322l = str11;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof b)) {
            return false;
        }
        b bVar = (b) obj;
        Integer num = this.f33311a;
        if (num != null ? num.equals(bVar.getSdkVersion()) : bVar.getSdkVersion() == null) {
            String str = this.f33312b;
            if (str != null ? str.equals(bVar.getModel()) : bVar.getModel() == null) {
                String str2 = this.f33313c;
                if (str2 != null ? str2.equals(bVar.getHardware()) : bVar.getHardware() == null) {
                    String str3 = this.f33314d;
                    if (str3 != null ? str3.equals(bVar.getDevice()) : bVar.getDevice() == null) {
                        String str4 = this.f33315e;
                        if (str4 != null ? str4.equals(bVar.getProduct()) : bVar.getProduct() == null) {
                            String str5 = this.f33316f;
                            if (str5 != null ? str5.equals(bVar.getOsBuild()) : bVar.getOsBuild() == null) {
                                String str6 = this.f33317g;
                                if (str6 != null ? str6.equals(bVar.getManufacturer()) : bVar.getManufacturer() == null) {
                                    String str7 = this.f33318h;
                                    if (str7 != null ? str7.equals(bVar.getFingerprint()) : bVar.getFingerprint() == null) {
                                        String str8 = this.f33319i;
                                        if (str8 != null ? str8.equals(bVar.getLocale()) : bVar.getLocale() == null) {
                                            String str9 = this.f33320j;
                                            if (str9 != null ? str9.equals(bVar.getCountry()) : bVar.getCountry() == null) {
                                                String str10 = this.f33321k;
                                                if (str10 != null ? str10.equals(bVar.getMccMnc()) : bVar.getMccMnc() == null) {
                                                    String str11 = this.f33322l;
                                                    if (str11 == null) {
                                                        if (bVar.getApplicationBuild() == null) {
                                                            return true;
                                                        }
                                                    } else if (str11.equals(bVar.getApplicationBuild())) {
                                                        return true;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        return false;
    }

    @Override // u6.b
    @Nullable
    public String getApplicationBuild() {
        return this.f33322l;
    }

    @Override // u6.b
    @Nullable
    public String getCountry() {
        return this.f33320j;
    }

    @Override // u6.b
    @Nullable
    public String getDevice() {
        return this.f33314d;
    }

    @Override // u6.b
    @Nullable
    public String getFingerprint() {
        return this.f33318h;
    }

    @Override // u6.b
    @Nullable
    public String getHardware() {
        return this.f33313c;
    }

    @Override // u6.b
    @Nullable
    public String getLocale() {
        return this.f33319i;
    }

    @Override // u6.b
    @Nullable
    public String getManufacturer() {
        return this.f33317g;
    }

    @Override // u6.b
    @Nullable
    public String getMccMnc() {
        return this.f33321k;
    }

    @Override // u6.b
    @Nullable
    public String getModel() {
        return this.f33312b;
    }

    @Override // u6.b
    @Nullable
    public String getOsBuild() {
        return this.f33316f;
    }

    @Override // u6.b
    @Nullable
    public String getProduct() {
        return this.f33315e;
    }

    @Override // u6.b
    @Nullable
    public Integer getSdkVersion() {
        return this.f33311a;
    }

    public final int hashCode() {
        Integer num = this.f33311a;
        int iHashCode = ((num == null ? 0 : num.hashCode()) ^ 1000003) * 1000003;
        String str = this.f33312b;
        int iHashCode2 = (iHashCode ^ (str == null ? 0 : str.hashCode())) * 1000003;
        String str2 = this.f33313c;
        int iHashCode3 = (iHashCode2 ^ (str2 == null ? 0 : str2.hashCode())) * 1000003;
        String str3 = this.f33314d;
        int iHashCode4 = (iHashCode3 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003;
        String str4 = this.f33315e;
        int iHashCode5 = (iHashCode4 ^ (str4 == null ? 0 : str4.hashCode())) * 1000003;
        String str5 = this.f33316f;
        int iHashCode6 = (iHashCode5 ^ (str5 == null ? 0 : str5.hashCode())) * 1000003;
        String str6 = this.f33317g;
        int iHashCode7 = (iHashCode6 ^ (str6 == null ? 0 : str6.hashCode())) * 1000003;
        String str7 = this.f33318h;
        int iHashCode8 = (iHashCode7 ^ (str7 == null ? 0 : str7.hashCode())) * 1000003;
        String str8 = this.f33319i;
        int iHashCode9 = (iHashCode8 ^ (str8 == null ? 0 : str8.hashCode())) * 1000003;
        String str9 = this.f33320j;
        int iHashCode10 = (iHashCode9 ^ (str9 == null ? 0 : str9.hashCode())) * 1000003;
        String str10 = this.f33321k;
        int iHashCode11 = (iHashCode10 ^ (str10 == null ? 0 : str10.hashCode())) * 1000003;
        String str11 = this.f33322l;
        return (str11 != null ? str11.hashCode() : 0) ^ iHashCode11;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("AndroidClientInfo{sdkVersion=");
        sb.append(this.f33311a);
        sb.append(", model=");
        sb.append(this.f33312b);
        sb.append(", hardware=");
        sb.append(this.f33313c);
        sb.append(", device=");
        sb.append(this.f33314d);
        sb.append(", product=");
        sb.append(this.f33315e);
        sb.append(", osBuild=");
        sb.append(this.f33316f);
        sb.append(", manufacturer=");
        sb.append(this.f33317g);
        sb.append(", fingerprint=");
        sb.append(this.f33318h);
        sb.append(", locale=");
        sb.append(this.f33319i);
        sb.append(", country=");
        sb.append(this.f33320j);
        sb.append(", mccMnc=");
        sb.append(this.f33321k);
        sb.append(", applicationBuild=");
        return defpackage.e.o(sb, this.f33322l, "}");
    }

    public /* synthetic */ k(Integer num, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, int i10) {
        this(num, str, str2, str3, str4, str5, str6, str7, str8, str9, str10, str11);
    }
}
