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

101 lines
3.3 KiB
Java
Raw Permalink 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;
import java.util.List;
/* loaded from: classes3.dex */
public final class EZm {
@SerializedName("accountFromNo")
public final String a;
@SerializedName("accountFromName")
public final String b;
@SerializedName("fee")
public final Double c;
@SerializedName("remainingBalance")
public final Double d;
@SerializedName("billerNotes")
public final List<Wwo> e;
@SerializedName("transactionDateTime")
public final String f;
@SerializedName("remark2")
public final String h;
@SerializedName("remark1")
public final String i;
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
public final String j;
public final String toString() {
String str = this.j;
String str2 = this.f;
Double d = this.d;
String str3 = this.a;
String str4 = this.b;
Double d2 = this.c;
List<Wwo> list = this.e;
String str5 = this.i;
String str6 = this.h;
StringBuilder sb = new StringBuilder("IdpSharingTransferConfirmEntity(transactionId=");
sb.append(str);
sb.append(", transactionDateTime=");
sb.append(str2);
sb.append(", remainingBalance=");
sb.append(d);
sb.append(", accountFromNo=");
sb.append(str3);
sb.append(", accountFromName=");
sb.append(str4);
sb.append(", fee=");
sb.append(d2);
sb.append(", billerNotes=");
sb.append(list);
sb.append(", remark1=");
sb.append(str5);
sb.append(", remark2=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.j;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.f;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
Double d = this.d;
int hashCode3 = d == null ? 0 : d.hashCode();
String str3 = this.a;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.b;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
Double d2 = this.c;
int hashCode6 = d2 == null ? 0 : d2.hashCode();
List<Wwo> list = this.e;
int hashCode7 = list == null ? 0 : list.hashCode();
String str5 = this.i;
int hashCode8 = str5 == null ? 0 : str5.hashCode();
String str6 = this.h;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str6 != null ? str6.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof EZm)) {
return false;
}
EZm eZm = (EZm) obj;
return C14957gcv.b((Object) this.j, (Object) eZm.j) && C14957gcv.b((Object) this.f, (Object) eZm.f) && C14957gcv.b(this.d, eZm.d) && C14957gcv.b((Object) this.a, (Object) eZm.a) && C14957gcv.b((Object) this.b, (Object) eZm.b) && C14957gcv.b(this.c, eZm.c) && C14957gcv.b(this.e, eZm.e) && C14957gcv.b((Object) this.i, (Object) eZm.i) && C14957gcv.b((Object) this.h, (Object) eZm.h);
}
}