package defpackage;

/* JADX INFO: renamed from: ˋᵽʡ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1560 {

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

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final Throwable f6254;

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

    public /* synthetic */ C1560(InterfaceC4344 interfaceC4344, Throwable th, int i) {
        this(interfaceC4344, (C4318) null, (i & 4) != 0 ? null : th);
    }

    public C1560(InterfaceC4344 interfaceC4344, C4318 c4318, Throwable th) {
        this.f6255 = interfaceC4344;
        this.f6253 = c4318;
        this.f6254 = th;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1560)) {
            return false;
        }
        C1560 c1560 = (C1560) obj;
        return ᵥˈᵛ.ˊᵫᵗ(this.f6255, c1560.f6255) && ᵥˈᵛ.ˊᵫᵗ(this.f6253, c1560.f6253) && ᵥˈᵛ.ˊᵫᵗ(this.f6254, c1560.f6254);
    }

    public final int hashCode() {
        int iHashCode = this.f6255.hashCode() * 31;
        InterfaceC4344 interfaceC4344 = this.f6253;
        int iHashCode2 = (iHashCode + (interfaceC4344 == null ? 0 : interfaceC4344.hashCode())) * 31;
        Throwable th = this.f6254;
        return iHashCode2 + (th != null ? th.hashCode() : 0);
    }

    public final String toString() {
        return "ConnectResult(plan=" + this.f6255 + ", nextPlan=" + this.f6253 + ", throwable=" + this.f6254 + ')';
    }
}
