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

42 lines
1.1 KiB
Java

package o;
/* renamed from: o.Qp, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0879Qp extends PL {
public final String f;
public final String g;
public C0879Qp(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.g = str;
this.f = str2;
}
public final String toString() {
String str = this.g;
String str2 = this.f;
StringBuilder sb = new StringBuilder("RegistrationAccountDisplay(branchCode=");
sb.append(str);
sb.append(", productType=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.g.hashCode() * 31) + this.f.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0879Qp)) {
return false;
}
C0879Qp c0879Qp = (C0879Qp) obj;
return C14957gcv.b((Object) this.g, (Object) c0879Qp.g) && C14957gcv.b((Object) this.f, (Object) c0879Qp.f);
}
}