what-the-bank/sources/o/C1254ZUn.java

56 lines
1.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.airbnb.deeplinkdispatch.UrlTreeKt;
import o.AbstractC14641fwz;
/* renamed from: o.ZUn, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C1254ZUn extends AbstractC14641fwz {
private final AbstractC14641fwz.Sts a;
private final long b;
public C1254ZUn(AbstractC14641fwz.Sts sts, long j) {
if (sts == null) {
throw new NullPointerException("Null status");
}
this.a = sts;
this.b = j;
}
public final String toString() {
StringBuilder sb = new StringBuilder("BackendResponse{status=");
sb.append(this.a);
sb.append(", nextRequestWaitMillis=");
sb.append(this.b);
sb.append(UrlTreeKt.componentParamSuffix);
return sb.toString();
}
public final boolean equals(Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof AbstractC14641fwz)) {
return false;
}
AbstractC14641fwz abstractC14641fwz = (AbstractC14641fwz) obj;
return this.a.equals(abstractC14641fwz.d()) && this.b == abstractC14641fwz.a();
}
public final int hashCode() {
int hashCode = this.a.hashCode();
long j = this.b;
return ((hashCode ^ 1000003) * 1000003) ^ ((int) (j ^ (j >>> 32)));
}
@Override // o.AbstractC14641fwz
public final AbstractC14641fwz.Sts d() {
return this.a;
}
@Override // o.AbstractC14641fwz
public final long a() {
return this.b;
}
}