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

100 lines
3.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import io.beid.beidk.definitions.BeIDParams;
/* loaded from: classes3.dex */
public final class FLz {
@SerializedName("accountName")
public final String a;
@SerializedName("isSuccess")
public final String b;
@SerializedName("ncbTransactionId")
public final String c;
@SerializedName("borrowerName")
public final String d;
@SerializedName("imageUrl")
public final String e;
@SerializedName("receivingAccount")
public final String f;
@SerializedName("remainingBalance")
public final String g;
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
public final String h;
@SerializedName("transactionDateTime")
public final String j;
public final String toString() {
String str = this.h;
String str2 = this.j;
String str3 = this.a;
String str4 = this.g;
String str5 = this.c;
String str6 = this.f;
String str7 = this.e;
String str8 = this.d;
String str9 = this.b;
StringBuilder sb = new StringBuilder("EasycashCommonConfirmEntity(transactionId=");
sb.append(str);
sb.append(", transactionDateTime=");
sb.append(str2);
sb.append(", accountName=");
sb.append(str3);
sb.append(", remainingBalance=");
sb.append(str4);
sb.append(", ncbTransactionId=");
sb.append(str5);
sb.append(", receivingAccount=");
sb.append(str6);
sb.append(", imageUrl=");
sb.append(str7);
sb.append(", borrowerName=");
sb.append(str8);
sb.append(", isSuccess=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.h;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.j;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.a;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.g;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.c;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.f;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.e;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.d;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.b;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str9 != null ? str9.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof FLz)) {
return false;
}
FLz fLz = (FLz) obj;
return C14957gcv.b((Object) this.h, (Object) fLz.h) && C14957gcv.b((Object) this.j, (Object) fLz.j) && C14957gcv.b((Object) this.a, (Object) fLz.a) && C14957gcv.b((Object) this.g, (Object) fLz.g) && C14957gcv.b((Object) this.c, (Object) fLz.c) && C14957gcv.b((Object) this.f, (Object) fLz.f) && C14957gcv.b((Object) this.e, (Object) fLz.e) && C14957gcv.b((Object) this.d, (Object) fLz.d) && C14957gcv.b((Object) this.b, (Object) fLz.b);
}
}