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

107 lines
3.5 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class lWG {
public final boolean a;
public final String b;
public final String c;
public final boolean d;
public final List<String> e;
public final String f;
public final String g;
public final String h;
public final String i;
public final String j;
public lWG(boolean z, String str, String str2, String str3, String str4, String str5, List<String> list, String str6, String str7, boolean z2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(list, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
this.a = z;
this.j = str;
this.g = str2;
this.f = str3;
this.b = str4;
this.h = str5;
this.e = list;
this.c = str6;
this.i = str7;
this.d = z2;
}
public final String toString() {
boolean z = this.a;
String str = this.j;
String str2 = this.g;
String str3 = this.f;
String str4 = this.b;
String str5 = this.h;
List<String> list = this.e;
String str6 = this.c;
String str7 = this.i;
boolean z2 = this.d;
StringBuilder sb = new StringBuilder("ThirdPartyBody(isSeparatorVisible=");
sb.append(z);
sb.append(", paddingTop=");
sb.append(str);
sb.append(", paddingBottom=");
sb.append(str2);
sb.append(", type=");
sb.append(str3);
sb.append(", label=");
sb.append(str4);
sb.append(", value=");
sb.append(str5);
sb.append(", descriptions=");
sb.append(list);
sb.append(", image=");
sb.append(str6);
sb.append(", qrString=");
sb.append(str7);
sb.append(", isHiddenInSlip=");
sb.append(z2);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARN: Type inference failed for: r0v1, types: [int] */
/* JADX WARN: Type inference failed for: r0v20 */
/* JADX WARN: Type inference failed for: r0v21 */
public final int hashCode() {
boolean z = this.a;
?? r0 = z;
if (z) {
r0 = 1;
}
int hashCode = this.j.hashCode();
int hashCode2 = this.g.hashCode();
int hashCode3 = this.f.hashCode();
int hashCode4 = this.b.hashCode();
int hashCode5 = this.h.hashCode();
int hashCode6 = this.e.hashCode();
int hashCode7 = this.c.hashCode();
int hashCode8 = this.i.hashCode();
boolean z2 = this.d;
return (((((((((((((((((r0 * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (z2 ? 1 : z2 ? 1 : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof lWG)) {
return false;
}
lWG lwg = (lWG) obj;
return this.a == lwg.a && C14957gcv.b((Object) this.j, (Object) lwg.j) && C14957gcv.b((Object) this.g, (Object) lwg.g) && C14957gcv.b((Object) this.f, (Object) lwg.f) && C14957gcv.b((Object) this.b, (Object) lwg.b) && C14957gcv.b((Object) this.h, (Object) lwg.h) && C14957gcv.b(this.e, lwg.e) && C14957gcv.b((Object) this.c, (Object) lwg.c) && C14957gcv.b((Object) this.i, (Object) lwg.i) && this.d == lwg.d;
}
}