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

52 lines
1.1 KiB
Java

package o;
import com.airbnb.deeplinkdispatch.UrlTreeKt;
/* loaded from: classes2.dex */
public final class ZxC extends GPH {
private final int d = 3;
private final long e;
public final boolean equals(Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof GPH)) {
return false;
}
GPH gph = (GPH) obj;
return this.d == gph.c() && this.e == gph.d();
}
public final String toString() {
int i = this.d;
long j = this.e;
StringBuilder sb = new StringBuilder("EventRecord{eventType=");
sb.append(i);
sb.append(", eventTimestamp=");
sb.append(j);
sb.append(UrlTreeKt.componentParamSuffix);
return sb.toString();
}
public final int hashCode() {
int i = this.d;
long j = this.e;
return ((i ^ 1000003) * 1000003) ^ ((int) (j ^ (j >>> 32)));
}
@Override // o.GPH
public final long d() {
return this.e;
}
@Override // o.GPH
public final int c() {
return this.d;
}
public ZxC(long j) {
this.e = j;
}
}