132 lines
4.2 KiB
Java
132 lines
4.2 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class FN extends EZ {
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public String f;
|
||
|
public String g;
|
||
|
public String h;
|
||
|
public String i;
|
||
|
public String j;
|
||
|
public String l;
|
||
|
public String m;
|
||
|
public String n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public String f8159o;
|
||
|
|
||
|
public static FN d(int i, String str, boolean z) {
|
||
|
return new FN(i, str, z);
|
||
|
}
|
||
|
|
||
|
private FN(int i, String str, boolean z) {
|
||
|
super(i, str, false, z);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass()) {
|
||
|
return false;
|
||
|
}
|
||
|
FN fn = (FN) obj;
|
||
|
String str = this.c;
|
||
|
if (str == null ? fn.c != null : !str.equals(fn.c)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str2 = this.f;
|
||
|
if (str2 == null ? fn.f != null : !str2.equals(fn.f)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str3 = this.h;
|
||
|
if (str3 == null ? fn.h != null : !str3.equals(fn.h)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str4 = this.j;
|
||
|
if (str4 == null ? fn.j != null : !str4.equals(fn.j)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str5 = this.g;
|
||
|
if (str5 == null ? fn.g != null : !str5.equals(fn.g)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str6 = this.n;
|
||
|
if (str6 == null ? fn.n != null : !str6.equals(fn.n)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str7 = this.m;
|
||
|
if (str7 == null ? fn.m != null : !str7.equals(fn.m)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str8 = this.l;
|
||
|
if (str8 == null ? fn.l != null : !str8.equals(fn.l)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str9 = this.f8159o;
|
||
|
if (str9 == null ? fn.f8159o != null : !str9.equals(fn.f8159o)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str10 = this.d;
|
||
|
if (str10 == null ? fn.d != null : !str10.equals(fn.d)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str11 = this.i;
|
||
|
String str12 = fn.i;
|
||
|
return str11 != null ? str11.equals(str12) : str12 == null;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.c;
|
||
|
int hashCode = str != null ? str.hashCode() : 0;
|
||
|
String str2 = this.f;
|
||
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
||
|
String str3 = this.h;
|
||
|
int hashCode3 = str3 != null ? str3.hashCode() : 0;
|
||
|
String str4 = this.j;
|
||
|
int hashCode4 = str4 != null ? str4.hashCode() : 0;
|
||
|
String str5 = this.g;
|
||
|
int hashCode5 = str5 != null ? str5.hashCode() : 0;
|
||
|
String str6 = this.n;
|
||
|
int hashCode6 = str6 != null ? str6.hashCode() : 0;
|
||
|
String str7 = this.m;
|
||
|
int hashCode7 = str7 != null ? str7.hashCode() : 0;
|
||
|
String str8 = this.l;
|
||
|
int hashCode8 = str8 != null ? str8.hashCode() : 0;
|
||
|
String str9 = this.f8159o;
|
||
|
int hashCode9 = str9 != null ? str9.hashCode() : 0;
|
||
|
String str10 = this.d;
|
||
|
int hashCode10 = str10 != null ? str10.hashCode() : 0;
|
||
|
String str11 = this.i;
|
||
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str11 != null ? str11.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
StringBuilder sb = new StringBuilder("BulkTransferIndividualScreenshotDisplay{dateTime='");
|
||
|
sb.append(this.c);
|
||
|
sb.append("', refId='");
|
||
|
sb.append(this.f);
|
||
|
sb.append("', fromBankLogo='");
|
||
|
sb.append(this.h);
|
||
|
sb.append("', fromName='");
|
||
|
sb.append(this.j);
|
||
|
sb.append("', fromNumber='");
|
||
|
sb.append(this.g);
|
||
|
sb.append("', toBankLogo='");
|
||
|
sb.append(this.n);
|
||
|
sb.append("', toName='");
|
||
|
sb.append(this.m);
|
||
|
sb.append("', toNumber='");
|
||
|
sb.append(this.l);
|
||
|
sb.append("', toNickname='");
|
||
|
sb.append(this.f8159o);
|
||
|
sb.append("', amount='");
|
||
|
sb.append(this.d);
|
||
|
sb.append("', fee='");
|
||
|
sb.append(this.i);
|
||
|
sb.append("'}");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
}
|