105 lines
3.8 KiB
Java
105 lines
3.8 KiB
Java
package o;
|
|
|
|
import org.threeten.bp.OffsetDateTime;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class ZVj {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String f;
|
|
public iJI g;
|
|
public final String h;
|
|
private final String i;
|
|
public final OffsetDateTime j;
|
|
private final double k;
|
|
|
|
public ZVj(iJI iji, OffsetDateTime offsetDateTime, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, double d) {
|
|
C14957gcv.e(str, "");
|
|
this.g = iji;
|
|
this.j = offsetDateTime;
|
|
this.f = str;
|
|
this.e = str2;
|
|
this.b = str3;
|
|
this.h = str4;
|
|
this.i = str5;
|
|
this.d = str6;
|
|
this.a = str7;
|
|
this.c = str8;
|
|
this.k = d;
|
|
}
|
|
|
|
public final String toString() {
|
|
iJI iji = this.g;
|
|
OffsetDateTime offsetDateTime = this.j;
|
|
String str = this.f;
|
|
String str2 = this.e;
|
|
String str3 = this.b;
|
|
String str4 = this.h;
|
|
String str5 = this.i;
|
|
String str6 = this.d;
|
|
String str7 = this.a;
|
|
String str8 = this.c;
|
|
double d = this.k;
|
|
StringBuilder sb = new StringBuilder("RemittanceConfirmResponse(status=");
|
|
sb.append(iji);
|
|
sb.append(", transactionDateTime=");
|
|
sb.append(offsetDateTime);
|
|
sb.append(", transactionId=");
|
|
sb.append(str);
|
|
sb.append(", function=");
|
|
sb.append(str2);
|
|
sb.append(", enrollType=");
|
|
sb.append(str3);
|
|
sb.append(", validateFaceType=");
|
|
sb.append(str4);
|
|
sb.append(", limitAmount=");
|
|
sb.append(str5);
|
|
sb.append(", accountFrom=");
|
|
sb.append(str6);
|
|
sb.append(", accountTo=");
|
|
sb.append(str7);
|
|
sb.append(", amount=");
|
|
sb.append(str8);
|
|
sb.append(", remainingBalance=");
|
|
sb.append(d);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
iJI iji = this.g;
|
|
int hashCode = iji == null ? 0 : iji.hashCode();
|
|
OffsetDateTime offsetDateTime = this.j;
|
|
int hashCode2 = offsetDateTime == null ? 0 : offsetDateTime.hashCode();
|
|
int hashCode3 = this.f.hashCode();
|
|
String str = this.e;
|
|
int hashCode4 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.b;
|
|
int hashCode5 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.h;
|
|
int hashCode6 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.i;
|
|
int hashCode7 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.d;
|
|
int hashCode8 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.a;
|
|
int hashCode9 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.c;
|
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str7 != null ? str7.hashCode() : 0)) * 31) + Double.hashCode(this.k);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof ZVj)) {
|
|
return false;
|
|
}
|
|
ZVj zVj = (ZVj) obj;
|
|
return C14957gcv.b(this.g, zVj.g) && C14957gcv.b(this.j, zVj.j) && C14957gcv.b((Object) this.f, (Object) zVj.f) && C14957gcv.b((Object) this.e, (Object) zVj.e) && C14957gcv.b((Object) this.b, (Object) zVj.b) && C14957gcv.b((Object) this.h, (Object) zVj.h) && C14957gcv.b((Object) this.i, (Object) zVj.i) && C14957gcv.b((Object) this.d, (Object) zVj.d) && C14957gcv.b((Object) this.a, (Object) zVj.a) && C14957gcv.b((Object) this.c, (Object) zVj.c) && Double.compare(this.k, zVj.k) == 0;
|
|
}
|
|
}
|