package defpackage;

/* JADX INFO: renamed from: ᵿᵹᵸᵢ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C5541 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final C4240 f20922;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final C2831 f20923;

    public C5541(C2831 c2831, C4240 c4240) {
        this.f20923 = c2831;
        this.f20922 = c4240;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof C5541) {
            C5541 c5541 = (C5541) obj;
            C2831 c2831 = c5541.f20923;
            C2831 c28312 = this.f20923;
            if (c28312 != null ? c28312 == c2831 : c2831 == null) {
                return this.f20922 == c5541.f20922;
            }
        }
        return false;
    }

    public final int hashCode() {
        C2831 c2831 = this.f20923;
        return this.f20922.hashCode() ^ (((c2831 == null ? 0 : c2831.hashCode()) ^ 1000003) * 1000003);
    }

    public final String toString() {
        String strValueOf = String.valueOf(this.f20923);
        String string = this.f20922.toString();
        StringBuilder sb = new StringBuilder(strValueOf.length() + 52 + string.length() + 1);
        AbstractC3589.m8100(sb, "SnapshotBlobAndResult{snapshotBlob=", strValueOf, ", snapshotResult=", string);
        sb.append("}");
        return sb.toString();
    }
}
