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

42 lines
1.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.ch, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C7055ch {
public final String c;
public final String d;
public C7055ch(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.c = str;
this.d = str2;
}
public final String toString() {
String str = this.c;
String str2 = this.d;
StringBuilder sb = new StringBuilder("NdidCommonNationalInfoRequest(transactionId=");
sb.append(str);
sb.append(", nationalIdScreenRule=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.c.hashCode() * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C7055ch)) {
return false;
}
C7055ch c7055ch = (C7055ch) obj;
return C14957gcv.b((Object) this.c, (Object) c7055ch.c) && C14957gcv.b((Object) this.d, (Object) c7055ch.d);
}
}