163 lines
6.5 KiB
Java
163 lines
6.5 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
import org.threeten.bp.OffsetDateTime;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class RCR {
|
||
|
public final boolean a;
|
||
|
public final C16355ngL b;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
public final List<String> e;
|
||
|
public final String f;
|
||
|
public final String g;
|
||
|
public final List<C5229bpB> h;
|
||
|
public final String i;
|
||
|
public final OffsetDateTime j;
|
||
|
public final OffsetDateTime k;
|
||
|
public final String l;
|
||
|
public final String m;
|
||
|
public final OffsetDateTime n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public final String f8336o;
|
||
|
public final String p;
|
||
|
public final String q;
|
||
|
public final String r;
|
||
|
|
||
|
public RCR(String str, String str2, OffsetDateTime offsetDateTime, OffsetDateTime offsetDateTime2, String str3, String str4, String str5, String str6, String str7, boolean z, C16355ngL c16355ngL, OffsetDateTime offsetDateTime3, List<String> list, String str8, String str9, String str10, String str11, List<C5229bpB> list2) {
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(offsetDateTime, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str8, "");
|
||
|
this.r = str;
|
||
|
this.f8336o = str2;
|
||
|
this.n = offsetDateTime;
|
||
|
this.k = offsetDateTime2;
|
||
|
this.f = str3;
|
||
|
this.i = str4;
|
||
|
this.d = str5;
|
||
|
this.m = str6;
|
||
|
this.l = str7;
|
||
|
this.a = z;
|
||
|
this.b = c16355ngL;
|
||
|
this.j = offsetDateTime3;
|
||
|
this.e = list;
|
||
|
this.c = str8;
|
||
|
this.g = str9;
|
||
|
this.p = str10;
|
||
|
this.q = str11;
|
||
|
this.h = list2;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.r;
|
||
|
String str2 = this.f8336o;
|
||
|
OffsetDateTime offsetDateTime = this.n;
|
||
|
OffsetDateTime offsetDateTime2 = this.k;
|
||
|
String str3 = this.f;
|
||
|
String str4 = this.i;
|
||
|
String str5 = this.d;
|
||
|
String str6 = this.m;
|
||
|
String str7 = this.l;
|
||
|
boolean z = this.a;
|
||
|
C16355ngL c16355ngL = this.b;
|
||
|
OffsetDateTime offsetDateTime3 = this.j;
|
||
|
List<String> list = this.e;
|
||
|
String str8 = this.c;
|
||
|
String str9 = this.g;
|
||
|
String str10 = this.p;
|
||
|
String str11 = this.q;
|
||
|
List<C5229bpB> list2 = this.h;
|
||
|
StringBuilder sb = new StringBuilder("SwitchVerification(transactionToken=");
|
||
|
sb.append(str);
|
||
|
sb.append(", transactionNo=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", transactionDate=");
|
||
|
sb.append(offsetDateTime);
|
||
|
sb.append(", switchInDate=");
|
||
|
sb.append(offsetDateTime2);
|
||
|
sb.append(", riskType=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", statementOfHolding=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", ltfConditionFlag=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", taxDisclaimerMessageCode=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", taxDisclaimerMessageDescription=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", isNextDayTransaction=");
|
||
|
sb.append(z);
|
||
|
sb.append(", emptyStatus=");
|
||
|
sb.append(c16355ngL);
|
||
|
sb.append(", nextBusinessDay=");
|
||
|
sb.append(offsetDateTime3);
|
||
|
sb.append(", complexFundDisclaimer=");
|
||
|
sb.append(list);
|
||
|
sb.append(", factSheetUrl=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", riskFormUrl=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", vulnerableFlag=");
|
||
|
sb.append(str10);
|
||
|
sb.append(", vulnerableDisclaimer=");
|
||
|
sb.append(str11);
|
||
|
sb.append(", notificationList=");
|
||
|
sb.append(list2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public final int hashCode() {
|
||
|
String str = this.r;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
int hashCode2 = this.f8336o.hashCode();
|
||
|
int hashCode3 = this.n.hashCode();
|
||
|
OffsetDateTime offsetDateTime = this.k;
|
||
|
int hashCode4 = offsetDateTime == null ? 0 : offsetDateTime.hashCode();
|
||
|
int hashCode5 = this.f.hashCode();
|
||
|
int hashCode6 = this.i.hashCode();
|
||
|
String str2 = this.d;
|
||
|
int hashCode7 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.m;
|
||
|
int hashCode8 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.l;
|
||
|
int hashCode9 = str4 == null ? 0 : str4.hashCode();
|
||
|
boolean z = this.a;
|
||
|
int i = z;
|
||
|
if (z != 0) {
|
||
|
i = 1;
|
||
|
}
|
||
|
C16355ngL c16355ngL = this.b;
|
||
|
int hashCode10 = c16355ngL == null ? 0 : c16355ngL.hashCode();
|
||
|
OffsetDateTime offsetDateTime2 = this.j;
|
||
|
int hashCode11 = offsetDateTime2 == null ? 0 : offsetDateTime2.hashCode();
|
||
|
List<String> list = this.e;
|
||
|
int hashCode12 = list == null ? 0 : list.hashCode();
|
||
|
int hashCode13 = this.c.hashCode();
|
||
|
String str5 = this.g;
|
||
|
int hashCode14 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.p;
|
||
|
int hashCode15 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.q;
|
||
|
int hashCode16 = str7 == null ? 0 : str7.hashCode();
|
||
|
List<C5229bpB> list2 = this.h;
|
||
|
return (((((((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + i) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + hashCode16) * 31) + (list2 != null ? list2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof RCR)) {
|
||
|
return false;
|
||
|
}
|
||
|
RCR rcr = (RCR) obj;
|
||
|
return C14957gcv.b((Object) this.r, (Object) rcr.r) && C14957gcv.b((Object) this.f8336o, (Object) rcr.f8336o) && C14957gcv.b(this.n, rcr.n) && C14957gcv.b(this.k, rcr.k) && C14957gcv.b((Object) this.f, (Object) rcr.f) && C14957gcv.b((Object) this.i, (Object) rcr.i) && C14957gcv.b((Object) this.d, (Object) rcr.d) && C14957gcv.b((Object) this.m, (Object) rcr.m) && C14957gcv.b((Object) this.l, (Object) rcr.l) && this.a == rcr.a && C14957gcv.b(this.b, rcr.b) && C14957gcv.b(this.j, rcr.j) && C14957gcv.b(this.e, rcr.e) && C14957gcv.b((Object) this.c, (Object) rcr.c) && C14957gcv.b((Object) this.g, (Object) rcr.g) && C14957gcv.b((Object) this.p, (Object) rcr.p) && C14957gcv.b((Object) this.q, (Object) rcr.q) && C14957gcv.b(this.h, rcr.h);
|
||
|
}
|
||
|
}
|