package o; import java.util.List; /* loaded from: classes3.dex */ public final class pQV { public final String a; public final String b; public final List c; public final List d; public final String e; public final String g; public pQV(String str, String str2, String str3, String str4, List list, List list2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(list, ""); C14957gcv.e(list2, ""); this.g = str; this.b = str2; this.a = str3; this.e = str4; this.d = list; this.c = list2; } public final String toString() { String str = this.g; String str2 = this.b; String str3 = this.a; String str4 = this.e; List list = this.d; List list2 = this.c; StringBuilder sb = new StringBuilder("RiskAssessmentCalculation(tokenId="); sb.append(str); sb.append(", riskLevelCode="); sb.append(str2); sb.append(", riskMessage="); sb.append(str3); sb.append(", riskScore="); sb.append(str4); sb.append(", baa="); sb.append(list); sb.append(", disclaimer="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((this.g.hashCode() * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof pQV)) { return false; } pQV pqv = (pQV) obj; return C14957gcv.b((Object) this.g, (Object) pqv.g) && C14957gcv.b((Object) this.b, (Object) pqv.b) && C14957gcv.b((Object) this.a, (Object) pqv.a) && C14957gcv.b((Object) this.e, (Object) pqv.e) && C14957gcv.b(this.d, pqv.d) && C14957gcv.b(this.c, pqv.c); } }