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

78 lines
2.3 KiB
Java

package o;
import java.util.List;
/* renamed from: o.Ov, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0800Ov {
public final List<C0804Oy> a;
public final int b;
public final boolean c;
public final String d;
public final String e;
public C0800Ov(int i, boolean z, String str, String str2, List<C0804Oy> list) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(list, "");
this.b = i;
this.c = z;
this.d = str;
this.e = str2;
this.a = list;
}
public static /* synthetic */ C0800Ov e(C0800Ov c0800Ov, boolean z) {
int i = c0800Ov.b;
String str = c0800Ov.d;
String str2 = c0800Ov.e;
List<C0804Oy> list = c0800Ov.a;
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(list, "");
return new C0800Ov(i, z, str, str2, list);
}
public final String toString() {
int i = this.b;
boolean z = this.c;
String str = this.d;
String str2 = this.e;
List<C0804Oy> list = this.a;
StringBuilder sb = new StringBuilder("InsuranceInfoDisplay(id=");
sb.append(i);
sb.append(", isSelected=");
sb.append(z);
sb.append(", partnerLabel=");
sb.append(str);
sb.append(", partnerIconUrl=");
sb.append(str2);
sb.append(", policyInfoList=");
sb.append(list);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = Integer.hashCode(this.b);
boolean z = this.c;
int i = z;
if (z != 0) {
i = 1;
}
return (((((((hashCode * 31) + i) * 31) + this.d.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0800Ov)) {
return false;
}
C0800Ov c0800Ov = (C0800Ov) obj;
return this.b == c0800Ov.b && this.c == c0800Ov.c && C14957gcv.b((Object) this.d, (Object) c0800Ov.d) && C14957gcv.b((Object) this.e, (Object) c0800Ov.e) && C14957gcv.b(this.a, c0800Ov.a);
}
}