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

53 lines
1.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class NjI {
public final String a;
public final String b;
public final String c;
private final String d;
public NjI(String str, String str2, String str3, String str4) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
this.d = str;
this.c = str2;
this.a = str3;
this.b = str4;
}
public final String toString() {
String str = this.d;
String str2 = this.c;
String str3 = this.a;
String str4 = this.b;
StringBuilder sb = new StringBuilder("PrepaidCardEcom(cardRefNo=");
sb.append(str);
sb.append(", blockOnshoreEcomFlag=");
sb.append(str2);
sb.append(", blockOffshoreEcomFlag=");
sb.append(str3);
sb.append(", remarkEcom=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((this.d.hashCode() * 31) + this.c.hashCode()) * 31) + this.a.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof NjI)) {
return false;
}
NjI njI = (NjI) obj;
return C14957gcv.b((Object) this.d, (Object) njI.d) && C14957gcv.b((Object) this.c, (Object) njI.c) && C14957gcv.b((Object) this.a, (Object) njI.a) && C14957gcv.b((Object) this.b, (Object) njI.b);
}
}