package o; /* loaded from: classes.dex */ public final class CNl { public String a; public String b; public String c; public String d; public String e; public String f; public String i; public String j; public CNl(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8) { this.j = str; this.e = str2; this.i = str3; this.f = str4; this.d = str5; this.b = str6; this.a = str7; this.c = str8; } public /* synthetic */ CNl() { } public final String toString() { String str = this.j; String str2 = this.e; String str3 = this.i; String str4 = this.f; String str5 = this.d; String str6 = this.b; String str7 = this.a; String str8 = this.c; StringBuilder sb = new StringBuilder("AppConfigPartnerLinks(scbsOnboardDeepLink="); sb.append(str); sb.append(", justForYouPartnerDeepLink="); sb.append(str2); sb.append(", justForYouWebViewUrl="); sb.append(str3); sb.append(", pointXDeepLink="); sb.append(str4); sb.append(", fatcaCrsPartnerDeeplink="); sb.append(str5); sb.append(", fatcaCrsWebViewUrl="); sb.append(str6); sb.append(", awareNessPartnerDeeplink="); sb.append(str7); sb.append(", awareNessWebViewUrl="); sb.append(str8); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.j; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.e; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.i; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.f; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.d; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.b; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.a; int hashCode7 = str7 == null ? 0 : str7.hashCode(); String str8 = this.c; return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str8 != null ? str8.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof CNl)) { return false; } CNl cNl = (CNl) obj; return C14957gcv.b((Object) this.j, (Object) cNl.j) && C14957gcv.b((Object) this.e, (Object) cNl.e) && C14957gcv.b((Object) this.i, (Object) cNl.i) && C14957gcv.b((Object) this.f, (Object) cNl.f) && C14957gcv.b((Object) this.d, (Object) cNl.d) && C14957gcv.b((Object) this.b, (Object) cNl.b) && C14957gcv.b((Object) this.a, (Object) cNl.a) && C14957gcv.b((Object) this.c, (Object) cNl.c); } }