package defpackage;

/* JADX INFO: renamed from: ᵼᐧ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C5281 {

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

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

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final Throwable f19938;

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

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final Object f19940;

    public C5281(Object obj, InterfaceC5450 interfaceC5450, InterfaceC4400 interfaceC4400, Object obj2, Throwable th) {
        this.f19939 = obj;
        this.f19936 = interfaceC5450;
        this.f19937 = interfaceC4400;
        this.f19940 = obj2;
        this.f19938 = th;
    }

    public /* synthetic */ C5281(Object obj, InterfaceC5450 interfaceC5450, InterfaceC4400 interfaceC4400, Throwable th, int i) {
        this(obj, (i & 2) != 0 ? null : interfaceC5450, (i & 4) != 0 ? null : interfaceC4400, (Object) null, (i & 16) != 0 ? null : th);
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public static C5281 m10875(C5281 c5281, InterfaceC5450 interfaceC5450, Throwable th, int i) {
        Object obj = c5281.f19939;
        if ((i & 2) != 0) {
            interfaceC5450 = c5281.f19936;
        }
        InterfaceC5450 interfaceC54502 = interfaceC5450;
        InterfaceC4400 interfaceC4400 = c5281.f19937;
        Object obj2 = c5281.f19940;
        if ((i & 16) != 0) {
            th = c5281.f19938;
        }
        return new C5281(obj, interfaceC54502, interfaceC4400, obj2, th);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C5281)) {
            return false;
        }
        C5281 c5281 = (C5281) obj;
        return ᵥˈᵛ.ˊᵫᵗ(this.f19939, c5281.f19939) && ᵥˈᵛ.ˊᵫᵗ(this.f19936, c5281.f19936) && ᵥˈᵛ.ˊᵫᵗ(this.f19937, c5281.f19937) && ᵥˈᵛ.ˊᵫᵗ(this.f19940, c5281.f19940) && ᵥˈᵛ.ˊᵫᵗ(this.f19938, c5281.f19938);
    }

    public final int hashCode() {
        Object obj = this.f19939;
        int iHashCode = (obj == null ? 0 : obj.hashCode()) * 31;
        InterfaceC5450 interfaceC5450 = this.f19936;
        int iHashCode2 = (iHashCode + (interfaceC5450 == null ? 0 : interfaceC5450.hashCode())) * 31;
        InterfaceC4400 interfaceC4400 = this.f19937;
        int iHashCode3 = (iHashCode2 + (interfaceC4400 == null ? 0 : interfaceC4400.hashCode())) * 31;
        Object obj2 = this.f19940;
        int iHashCode4 = (iHashCode3 + (obj2 == null ? 0 : obj2.hashCode())) * 31;
        Throwable th = this.f19938;
        return iHashCode4 + (th != null ? th.hashCode() : 0);
    }

    public final String toString() {
        return "CompletedContinuation(result=" + this.f19939 + ", cancelHandler=" + this.f19936 + ", onCancellation=" + this.f19937 + ", idempotentResume=" + this.f19940 + ", cancelCause=" + this.f19938 + ')';
    }
}
