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

176 lines
6.3 KiB
Java

package o;
import com.google.firebase.crashlytics.internal.common.IdManager;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class osO extends Pag {
public final double a;
public final double b;
public final OffsetDateTime c;
public final double d;
public final String f;
public final String g;
public final String h;
public final String i;
public final String j;
public final String k;
public final String l;
public final String m;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final String f9235o;
private final String p;
private final String q;
private final String r;
private final String s;
public final String t;
private /* synthetic */ osO(byte b) {
this("", "", "", "", "", "", "", 0.0d, "", null, "", 0.0d, "", 0.0d, IdManager.DEFAULT_VERSION_NAME, "", "", "", "");
}
public osO(String str, String str2, String str3, String str4, String str5, String str6, String str7, double d, String str8, OffsetDateTime offsetDateTime, String str9, double d2, String str10, double d3, String str11, String str12, String str13, String str14, String str15) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
C14957gcv.e(str10, "");
C14957gcv.e(str11, "");
C14957gcv.e(str12, "");
C14957gcv.e(str13, "");
C14957gcv.e(str14, "");
C14957gcv.e(str15, "");
this.f9235o = str;
this.f = str2;
this.i = str3;
this.m = str4;
this.n = str5;
this.g = str6;
this.h = str7;
this.b = d;
this.s = str8;
this.c = offsetDateTime;
this.j = str9;
this.a = d2;
this.p = str10;
this.d = d3;
this.r = str11;
this.k = str12;
this.l = str13;
this.t = str14;
this.q = str15;
}
/* loaded from: classes3.dex */
public static final class LWm {
private LWm() {
}
public /* synthetic */ LWm(byte b) {
this();
}
}
public final String toString() {
String str = this.f9235o;
String str2 = this.f;
String str3 = this.i;
String str4 = this.m;
String str5 = this.n;
String str6 = this.g;
String str7 = this.h;
double d = this.b;
String str8 = this.s;
OffsetDateTime offsetDateTime = this.c;
String str9 = this.j;
double d2 = this.a;
String str10 = this.p;
double d3 = this.d;
String str11 = this.r;
String str12 = this.k;
String str13 = this.l;
String str14 = this.t;
String str15 = this.q;
StringBuilder sb = new StringBuilder("ReviewPayer(transactionToken=");
sb.append(str);
sb.append(", payeeName=");
sb.append(str2);
sb.append(", payerName=");
sb.append(str3);
sb.append(", payerProxyId=");
sb.append(str4);
sb.append(", payerProxyType=");
sb.append(str5);
sb.append(", payeeProxyId=");
sb.append(str6);
sb.append(", payeeProxyType=");
sb.append(str7);
sb.append(", amount=");
sb.append(d);
sb.append(", amountCurrency=");
sb.append(str8);
sb.append(", dueDate=");
sb.append(offsetDateTime);
sb.append(", note=");
sb.append(str9);
sb.append(", fee=");
sb.append(d2);
sb.append(", feeCurrency=");
sb.append(str10);
sb.append(", availableBalance=");
sb.append(d3);
sb.append(", availableBalanceCurrency=");
sb.append(str11);
sb.append(", transferType=");
sb.append(str12);
sb.append(", warningHeader=");
sb.append(str13);
sb.append(", warningMsg=");
sb.append(str14);
sb.append(", redirectURL=");
sb.append(str15);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.f9235o.hashCode();
int hashCode2 = this.f.hashCode();
int hashCode3 = this.i.hashCode();
int hashCode4 = this.m.hashCode();
int hashCode5 = this.n.hashCode();
int hashCode6 = this.g.hashCode();
int hashCode7 = this.h.hashCode();
int hashCode8 = Double.hashCode(this.b);
int hashCode9 = this.s.hashCode();
OffsetDateTime offsetDateTime = this.c;
return (((((((((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (offsetDateTime == null ? 0 : offsetDateTime.hashCode())) * 31) + this.j.hashCode()) * 31) + Double.hashCode(this.a)) * 31) + this.p.hashCode()) * 31) + Double.hashCode(this.d)) * 31) + this.r.hashCode()) * 31) + this.k.hashCode()) * 31) + this.l.hashCode()) * 31) + this.t.hashCode()) * 31) + this.q.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof osO)) {
return false;
}
osO oso = (osO) obj;
return C14957gcv.b((Object) this.f9235o, (Object) oso.f9235o) && C14957gcv.b((Object) this.f, (Object) oso.f) && C14957gcv.b((Object) this.i, (Object) oso.i) && C14957gcv.b((Object) this.m, (Object) oso.m) && C14957gcv.b((Object) this.n, (Object) oso.n) && C14957gcv.b((Object) this.g, (Object) oso.g) && C14957gcv.b((Object) this.h, (Object) oso.h) && Double.compare(this.b, oso.b) == 0 && C14957gcv.b((Object) this.s, (Object) oso.s) && C14957gcv.b(this.c, oso.c) && C14957gcv.b((Object) this.j, (Object) oso.j) && Double.compare(this.a, oso.a) == 0 && C14957gcv.b((Object) this.p, (Object) oso.p) && Double.compare(this.d, oso.d) == 0 && C14957gcv.b((Object) this.r, (Object) oso.r) && C14957gcv.b((Object) this.k, (Object) oso.k) && C14957gcv.b((Object) this.l, (Object) oso.l) && C14957gcv.b((Object) this.t, (Object) oso.t) && C14957gcv.b((Object) this.q, (Object) oso.q);
}
public osO() {
this((byte) 0);
}
static {
new LWm((byte) 0);
}
}