91 lines
3.0 KiB
Java
91 lines
3.0 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class EVR {
|
|
public final String a;
|
|
public final double b;
|
|
public final String c;
|
|
public final List<fQW> d;
|
|
public final double e;
|
|
public final String f;
|
|
public final String g;
|
|
public final String h;
|
|
public final String i;
|
|
|
|
public EVR(String str, String str2, double d, String str3, String str4, double d2, List<fQW> list, String str5, String str6) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(list, "");
|
|
C14957gcv.e(str5, "");
|
|
this.h = str;
|
|
this.i = str2;
|
|
this.e = d;
|
|
this.c = str3;
|
|
this.a = str4;
|
|
this.b = d2;
|
|
this.d = list;
|
|
this.g = str5;
|
|
this.f = str6;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.h;
|
|
String str2 = this.i;
|
|
double d = this.e;
|
|
String str3 = this.c;
|
|
String str4 = this.a;
|
|
double d2 = this.b;
|
|
List<fQW> list = this.d;
|
|
String str5 = this.g;
|
|
String str6 = this.f;
|
|
StringBuilder sb = new StringBuilder("IdpSharingTransferConfirm(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() {
|
|
int hashCode = this.h.hashCode();
|
|
int hashCode2 = this.i.hashCode();
|
|
int hashCode3 = Double.hashCode(this.e);
|
|
int hashCode4 = this.c.hashCode();
|
|
int hashCode5 = this.a.hashCode();
|
|
int hashCode6 = Double.hashCode(this.b);
|
|
int hashCode7 = this.d.hashCode();
|
|
int hashCode8 = this.g.hashCode();
|
|
String str = this.f;
|
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str == null ? 0 : str.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof EVR)) {
|
|
return false;
|
|
}
|
|
EVR evr = (EVR) obj;
|
|
return C14957gcv.b((Object) this.h, (Object) evr.h) && C14957gcv.b((Object) this.i, (Object) evr.i) && Double.compare(this.e, evr.e) == 0 && C14957gcv.b((Object) this.c, (Object) evr.c) && C14957gcv.b((Object) this.a, (Object) evr.a) && Double.compare(this.b, evr.b) == 0 && C14957gcv.b(this.d, evr.d) && C14957gcv.b((Object) this.g, (Object) evr.g) && C14957gcv.b((Object) this.f, (Object) evr.f);
|
|
}
|
|
}
|