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

181 lines
5.8 KiB
Java

package o;
import java.util.List;
import java.util.Set;
/* loaded from: classes3.dex */
public final class hHj {
public final List<LWm> a;
public final String e;
public hHj(List<LWm> list, String str) {
C14957gcv.e(list, "");
C14957gcv.e(str, "");
this.a = list;
this.e = str;
}
/* loaded from: classes3.dex */
public static final class LWm {
public final String a;
public final String b;
public final boolean c;
public final String d;
public final Iiy e;
public final Set<Hzp> f;
public final int g;
public final String h;
public final Integer i;
public final List<Sts> j;
/* JADX WARN: Multi-variable type inference failed */
public LWm(String str, String str2, boolean z, int i, Integer num, String str3, Iiy iiy, String str4, Set<? extends Hzp> set, List<Sts> list) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(iiy, "");
C14957gcv.e(set, "");
C14957gcv.e(list, "");
this.a = str;
this.b = str2;
this.c = z;
this.g = i;
this.i = num;
this.d = str3;
this.e = iiy;
this.h = str4;
this.f = set;
this.j = list;
}
public final String toString() {
String str = this.a;
String str2 = this.b;
boolean z = this.c;
int i = this.g;
Integer num = this.i;
String str3 = this.d;
Iiy iiy = this.e;
String str4 = this.h;
Set<Hzp> set = this.f;
List<Sts> list = this.j;
StringBuilder sb = new StringBuilder("Document(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(iiy);
sb.append(", remark=");
sb.append(str4);
sb.append(", uploadMethod=");
sb.append(set);
sb.append(", uploads=");
sb.append(list);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.a.hashCode();
int hashCode2 = this.b.hashCode();
boolean z = this.c;
int i = z;
if (z != 0) {
i = 1;
}
int hashCode3 = Integer.hashCode(this.g);
Integer num = this.i;
int hashCode4 = num == null ? 0 : num.hashCode();
int hashCode5 = this.d.hashCode();
int hashCode6 = this.e.hashCode();
String str = this.h;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + i) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str != null ? str.hashCode() : 0)) * 31) + this.f.hashCode()) * 31) + this.j.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.a, (Object) lWm.a) && C14957gcv.b((Object) this.b, (Object) lWm.b) && this.c == lWm.c && this.g == lWm.g && C14957gcv.b(this.i, lWm.i) && C14957gcv.b((Object) this.d, (Object) lWm.d) && this.e == lWm.e && C14957gcv.b((Object) this.h, (Object) lWm.h) && C14957gcv.b(this.f, lWm.f) && C14957gcv.b(this.j, lWm.j);
}
}
/* loaded from: classes3.dex */
public static final class Sts {
public final String a;
public final String b;
public Sts(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.b = str;
this.a = str2;
}
public final String toString() {
String str = this.b;
String str2 = this.a;
StringBuilder sb = new StringBuilder("Upload(documentId=");
sb.append(str);
sb.append(", imageName=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.b.hashCode() * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Sts)) {
return false;
}
Sts sts = (Sts) obj;
return C14957gcv.b((Object) this.b, (Object) sts.b) && C14957gcv.b((Object) this.a, (Object) sts.a);
}
}
public final String toString() {
List<LWm> list = this.a;
String str = this.e;
StringBuilder sb = new StringBuilder("DocumentUploads(documents=");
sb.append(list);
sb.append(", totalMaxQuantity=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.a.hashCode() * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof hHj)) {
return false;
}
hHj hhj = (hHj) obj;
return C14957gcv.b(this.a, hhj.a) && C14957gcv.b((Object) this.e, (Object) hhj.e);
}
}