package p138.p176.p291;

import android.content.Context;
import android.text.TextUtils;
import java.util.Arrays;
import p000.p001.p002.p003.p004.C0567;
import p138.p176.p177.p242.p246.p249.C4281;
import p138.p176.p177.p242.p246.p249.C4282;
import p138.p176.p177.p242.p246.p253.C4315;

/* JADX INFO: renamed from: ދ.ހ.ށ.ށ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C5565 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final String f15987;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final String f15988;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final String f15989;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final String f15990;

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public final String f15991;

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final String f15992;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final String f15993;

    public C5565(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
        C0567.m1921(!C4315.m7214(str), "ApplicationId must be set.");
        this.f15988 = str;
        this.f15987 = str2;
        this.f15989 = str3;
        this.f15990 = str4;
        this.f15991 = str5;
        this.f15992 = str6;
        this.f15993 = str7;
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C5565 m8935(Context context) {
        C4282 c4282 = new C4282(context);
        String strM6963 = c4282.m6963("google_app_id");
        if (TextUtils.isEmpty(strM6963)) {
            return null;
        }
        return new C5565(strM6963, c4282.m6963("google_api_key"), c4282.m6963("firebase_database_url"), c4282.m6963("ga_trackingId"), c4282.m6963("gcm_defaultSenderId"), c4282.m6963("google_storage_bucket"), c4282.m6963("project_id"));
    }

    public boolean equals(Object obj) {
        if (!(obj instanceof C5565)) {
            return false;
        }
        C5565 c5565 = (C5565) obj;
        return C0567.m1922((Object) this.f15988, (Object) c5565.f15988) && C0567.m1922((Object) this.f15987, (Object) c5565.f15987) && C0567.m1922((Object) this.f15989, (Object) c5565.f15989) && C0567.m1922((Object) this.f15990, (Object) c5565.f15990) && C0567.m1922((Object) this.f15991, (Object) c5565.f15991) && C0567.m1922((Object) this.f15992, (Object) c5565.f15992) && C0567.m1922((Object) this.f15993, (Object) c5565.f15993);
    }

    public int hashCode() {
        return Arrays.hashCode(new Object[]{this.f15988, this.f15987, this.f15989, this.f15990, this.f15991, this.f15992, this.f15993});
    }

    public String toString() {
        C4281 c4281M1935 = C0567.m1935(this);
        c4281M1935.m6962("applicationId", this.f15988);
        c4281M1935.m6962("apiKey", this.f15987);
        c4281M1935.m6962("databaseUrl", this.f15989);
        c4281M1935.m6962("gcmSenderId", this.f15991);
        c4281M1935.m6962("storageBucket", this.f15992);
        c4281M1935.m6962("projectId", this.f15993);
        return c4281M1935.toString();
    }
}
