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

40 lines
975 B
Java

package o;
/* loaded from: classes3.dex */
public final class PZ {
public final int b;
public final EnumC0861Qd e;
public PZ(int i, EnumC0861Qd enumC0861Qd) {
C14957gcv.e(enumC0861Qd, "");
this.b = i;
this.e = enumC0861Qd;
}
public final String toString() {
int i = this.b;
EnumC0861Qd enumC0861Qd = this.e;
StringBuilder sb = new StringBuilder("PurchaseSearchTabDisplay(titleTab=");
sb.append(i);
sb.append(", tabType=");
sb.append(enumC0861Qd);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (Integer.hashCode(this.b) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof PZ)) {
return false;
}
PZ pz = (PZ) obj;
return this.b == pz.b && this.e == pz.e;
}
}