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

63 lines
1.5 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.airbnb.deeplinkdispatch.UrlTreeKt;
/* loaded from: classes.dex */
public final class ZQu<T> extends XZB<T> {
private final Integer b = null;
private final T d;
private final EnumC10854eQq e;
public ZQu(T t, EnumC10854eQq enumC10854eQq) {
if (t == null) {
throw new NullPointerException("Null payload");
}
this.d = t;
if (enumC10854eQq == null) {
throw new NullPointerException("Null priority");
}
this.e = enumC10854eQq;
}
public final String toString() {
StringBuilder sb = new StringBuilder("Event{code=");
sb.append(this.b);
sb.append(", payload=");
sb.append(this.d);
sb.append(", priority=");
sb.append(this.e);
sb.append(UrlTreeKt.componentParamSuffix);
return sb.toString();
}
public final boolean equals(Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof XZB)) {
return false;
}
XZB xzb = (XZB) obj;
return xzb.e() == null && this.d.equals(xzb.c()) && this.e.equals(xzb.d());
}
public final int hashCode() {
return ((this.d.hashCode() ^ (-721379959)) * 1000003) ^ this.e.hashCode();
}
@Override // o.XZB
public final EnumC10854eQq d() {
return this.e;
}
@Override // o.XZB
public final T c() {
return this.d;
}
@Override // o.XZB
public final Integer e() {
return this.b;
}
}