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

149 lines
5.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class PvD extends C16562pOe {
@SerializedName("notificationInfoList")
public final List<C17069tfl> a;
@SerializedName("factSheetUrl")
public final String b;
@SerializedName("ltfConditionFlag")
public final String c;
@SerializedName("complexFundDisclaimer")
public final List<String> d;
@SerializedName("nextBusinessDay")
public final String e;
@SerializedName("riskType")
public final String f;
@SerializedName("taxDisclaimerMessage")
public final yzb g;
@SerializedName("statementOfHolding")
public final String h;
@SerializedName("riskFormUrl")
public final String i;
@SerializedName("switchInDate")
public final C1251Yyi j;
@SerializedName("transactionToken")
public final String k;
@SerializedName("vulnerableDisclaimer")
public final String l;
@SerializedName("vulnerableFlag")
public final String m;
@SerializedName("transactionDate")
public final String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("transactionNo")
public final String f8318o;
public final String toString() {
String str = this.k;
String str2 = this.f;
String str3 = this.n;
String str4 = this.h;
String str5 = this.c;
yzb yzbVar = this.g;
String str6 = this.e;
List<String> list = this.d;
String str7 = this.b;
String str8 = this.i;
String str9 = this.m;
String str10 = this.l;
List<C17069tfl> list2 = this.a;
C1251Yyi c1251Yyi = this.j;
String str11 = this.f8318o;
StringBuilder sb = new StringBuilder("SwitchVerificationDataEntity(transactionToken=");
sb.append(str);
sb.append(", riskType=");
sb.append(str2);
sb.append(", transactionDate=");
sb.append(str3);
sb.append(", statementOfHolding=");
sb.append(str4);
sb.append(", ltfConditionFlag=");
sb.append(str5);
sb.append(", taxDisclaimerMessage=");
sb.append(yzbVar);
sb.append(", nextBusinessDay=");
sb.append(str6);
sb.append(", complexFundDisclaimer=");
sb.append(list);
sb.append(", factSheetUrl=");
sb.append(str7);
sb.append(", riskFormUrl=");
sb.append(str8);
sb.append(", vulnerableFlag=");
sb.append(str9);
sb.append(", vulnerableDisclaimer=");
sb.append(str10);
sb.append(", notificationInfoList=");
sb.append(list2);
sb.append(", switchInDate=");
sb.append(c1251Yyi);
sb.append(", transactionNo=");
sb.append(str11);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.k;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.f;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.n;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.h;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.c;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
yzb yzbVar = this.g;
int hashCode6 = yzbVar == null ? 0 : yzbVar.hashCode();
String str6 = this.e;
int hashCode7 = str6 == null ? 0 : str6.hashCode();
List<String> list = this.d;
int hashCode8 = list == null ? 0 : list.hashCode();
String str7 = this.b;
int hashCode9 = str7 == null ? 0 : str7.hashCode();
String str8 = this.i;
int hashCode10 = str8 == null ? 0 : str8.hashCode();
String str9 = this.m;
int hashCode11 = str9 == null ? 0 : str9.hashCode();
String str10 = this.l;
int hashCode12 = str10 == null ? 0 : str10.hashCode();
List<C17069tfl> list2 = this.a;
int hashCode13 = list2 == null ? 0 : list2.hashCode();
C1251Yyi c1251Yyi = this.j;
int hashCode14 = c1251Yyi == null ? 0 : c1251Yyi.hashCode();
String str11 = this.f8318o;
return (((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + (str11 != null ? str11.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof PvD)) {
return false;
}
PvD pvD = (PvD) obj;
return C14957gcv.b((Object) this.k, (Object) pvD.k) && C14957gcv.b((Object) this.f, (Object) pvD.f) && C14957gcv.b((Object) this.n, (Object) pvD.n) && C14957gcv.b((Object) this.h, (Object) pvD.h) && C14957gcv.b((Object) this.c, (Object) pvD.c) && C14957gcv.b(this.g, pvD.g) && C14957gcv.b((Object) this.e, (Object) pvD.e) && C14957gcv.b(this.d, pvD.d) && C14957gcv.b((Object) this.b, (Object) pvD.b) && C14957gcv.b((Object) this.i, (Object) pvD.i) && C14957gcv.b((Object) this.m, (Object) pvD.m) && C14957gcv.b((Object) this.l, (Object) pvD.l) && C14957gcv.b(this.a, pvD.a) && C14957gcv.b(this.j, pvD.j) && C14957gcv.b((Object) this.f8318o, (Object) pvD.f8318o);
}
}