package p138.p176.p177.p178.p181.p182;

import p138.p139.p143.p144.C2803;
import p138.p176.p177.p178.p181.p182.AbstractC3318;

/* JADX INFO: renamed from: ދ.ހ.֏.֏.ރ.ތ.ؠ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3313 extends AbstractC3318 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final AbstractC3318.EnumC3319 f9770;

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

    public C3313(AbstractC3318.EnumC3319 enumC3319, long j) {
        if (enumC3319 == null) {
            throw new NullPointerException("Null status");
        }
        this.f9770 = enumC3319;
        this.f9771 = j;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC3318)) {
            return false;
        }
        C3313 c3313 = (C3313) ((AbstractC3318) obj);
        return this.f9770.equals(c3313.f9770) && this.f9771 == c3313.f9771;
    }

    public int hashCode() {
        int iHashCode = (this.f9770.hashCode() ^ 1000003) * 1000003;
        long j = this.f9771;
        return iHashCode ^ ((int) (j ^ (j >>> 32)));
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("BackendResponse{status=");
        sbM4889.append(this.f9770);
        sbM4889.append(", nextRequestWaitMillis=");
        return C2803.m4883(sbM4889, this.f9771, "}");
    }
}
