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

251 lines
8.0 KiB
Java

package o;
import java.util.List;
import java.util.Set;
/* renamed from: o.Ft, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0400Ft {
public static final IeS b = new IeS(0);
public int c;
public final String d;
public final List<HBt> e;
/* renamed from: o.Ft$RVV */
/* loaded from: classes3.dex */
public enum RVV {
NATIVE,
KOFAX
}
public C0400Ft(List<HBt> list, String str, int i) {
C14957gcv.e(list, "");
C14957gcv.e(str, "");
this.e = list;
this.d = str;
this.c = i;
}
/* renamed from: o.Ft$HBt */
/* loaded from: classes3.dex */
public static final class HBt {
public final RVV a;
public final boolean b;
public final boolean c;
public final String d;
public final String e;
public final String f;
public final Integer g;
public final Set<YW> h;
public final String i;
public final int j;
public final List<LWm> l;
/* JADX WARN: Multi-variable type inference failed */
public HBt(String str, String str2, boolean z, int i, Integer num, String str3, RVV rvv, String str4, Set<? extends YW> set, List<LWm> list, boolean z2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(rvv, "");
C14957gcv.e(set, "");
C14957gcv.e(list, "");
this.e = str;
this.d = str2;
this.c = z;
this.j = i;
this.g = num;
this.f = str3;
this.a = rvv;
this.i = str4;
this.h = set;
this.l = list;
this.b = z2;
}
public final String toString() {
String str = this.e;
String str2 = this.d;
boolean z = this.c;
int i = this.j;
Integer num = this.g;
String str3 = this.f;
RVV rvv = this.a;
String str4 = this.i;
Set<YW> set = this.h;
List<LWm> list = this.l;
boolean z2 = this.b;
StringBuilder sb = new StringBuilder("DocumentDisplay(documentCode=");
sb.append(str);
sb.append(", documentDesc=");
sb.append(str2);
sb.append(", mandatoryFlag=");
sb.append(z);
sb.append(", minQuantity=");
sb.append(i);
sb.append(", maxQuantity=");
sb.append(num);
sb.append(", maxFileSize=");
sb.append(str3);
sb.append(", cameraType=");
sb.append(rvv);
sb.append(", remark=");
sb.append(str4);
sb.append(", pictureSelectionBottomDisplay=");
sb.append(set);
sb.append(", uploads=");
sb.append(list);
sb.append(", displayQuestionMark=");
sb.append(z2);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.e.hashCode();
int hashCode2 = this.d.hashCode();
boolean z = this.c;
int i = z;
if (z != 0) {
i = 1;
}
int hashCode3 = Integer.hashCode(this.j);
Integer num = this.g;
int hashCode4 = num == null ? 0 : num.hashCode();
int hashCode5 = this.f.hashCode();
int hashCode6 = this.a.hashCode();
String str = this.i;
int hashCode7 = str != null ? str.hashCode() : 0;
int hashCode8 = this.h.hashCode();
int hashCode9 = this.l.hashCode();
boolean z2 = this.b;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + i) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (z2 ? 1 : z2 ? 1 : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof HBt)) {
return false;
}
HBt hBt = (HBt) obj;
return C14957gcv.b((Object) this.e, (Object) hBt.e) && C14957gcv.b((Object) this.d, (Object) hBt.d) && this.c == hBt.c && this.j == hBt.j && C14957gcv.b(this.g, hBt.g) && C14957gcv.b((Object) this.f, (Object) hBt.f) && this.a == hBt.a && C14957gcv.b((Object) this.i, (Object) hBt.i) && C14957gcv.b(this.h, hBt.h) && C14957gcv.b(this.l, hBt.l) && this.b == hBt.b;
}
}
/* renamed from: o.Ft$LWm */
/* loaded from: classes3.dex */
public static final class LWm {
public final String a;
public final String c;
public LWm(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.c = str;
this.a = str2;
}
public final String toString() {
String str = this.c;
String str2 = this.a;
StringBuilder sb = new StringBuilder("UploadDisplay(documentId=");
sb.append(str);
sb.append(", imageName=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.c.hashCode() * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof LWm)) {
return false;
}
LWm lWm = (LWm) obj;
return C14957gcv.b((Object) this.c, (Object) lWm.c) && C14957gcv.b((Object) this.a, (Object) lWm.a);
}
}
/* renamed from: o.Ft$IeS */
/* loaded from: classes3.dex */
public static final class IeS {
private IeS() {
}
/* renamed from: o.Ft$IeS$HBt */
/* loaded from: classes3.dex */
public final /* synthetic */ class HBt {
public static final int[] b;
public static final int[] d;
static {
int[] iArr = new int[Hzp.values().length];
try {
iArr[Hzp.CAMERA.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
iArr[Hzp.GALLERY.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
try {
iArr[Hzp.FILE_STORAGE.ordinal()] = 3;
} catch (NoSuchFieldError unused3) {
}
b = iArr;
int[] iArr2 = new int[Iiy.values().length];
try {
iArr2[Iiy.NATIVE.ordinal()] = 1;
} catch (NoSuchFieldError unused4) {
}
try {
iArr2[Iiy.KOFAX.ordinal()] = 2;
} catch (NoSuchFieldError unused5) {
}
d = iArr2;
}
}
public /* synthetic */ IeS(byte b) {
this();
}
}
public final String toString() {
List<HBt> list = this.e;
String str = this.d;
int i = this.c;
StringBuilder sb = new StringBuilder("DocumentUploadsDisplay(documents=");
sb.append(list);
sb.append(", totalMaxQuantity=");
sb.append(str);
sb.append(", uploadedCount=");
sb.append(i);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.e.hashCode() * 31) + this.d.hashCode()) * 31) + Integer.hashCode(this.c);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0400Ft)) {
return false;
}
C0400Ft c0400Ft = (C0400Ft) obj;
return C14957gcv.b(this.e, c0400Ft.e) && C14957gcv.b((Object) this.d, (Object) c0400Ft.d) && this.c == c0400Ft.c;
}
}