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

164 lines
5.0 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class HhQ {
@SerializedName("minQuantity")
public final String a;
@SerializedName("cameraType")
public final String b;
@SerializedName("resubmitReasonDesc")
public final String c;
@SerializedName("maxQuantity")
public final String d;
@SerializedName("instructionFlag")
public final String e;
@SerializedName("uploads")
public final List<IeS> f;
@SerializedName("totalUploadedQuantity")
public final String h;
@SerializedName("uploadMethod")
public final HBt j;
/* loaded from: classes3.dex */
public static final class HBt {
@SerializedName("camera")
public final String a;
@SerializedName("fileStorage")
public final String c;
@SerializedName("gallery")
public final String e;
public final String toString() {
String str = this.a;
String str2 = this.e;
String str3 = this.c;
StringBuilder sb = new StringBuilder("UploadMethodEntity(camera=");
sb.append(str);
sb.append(", gallery=");
sb.append(str2);
sb.append(", fileStorage=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.a.hashCode() * 31) + this.e.hashCode()) * 31) + this.c.hashCode();
}
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.a, (Object) hBt.a) && C14957gcv.b((Object) this.e, (Object) hBt.e) && C14957gcv.b((Object) this.c, (Object) hBt.c);
}
}
/* loaded from: classes3.dex */
public static final class IeS {
@SerializedName("imageName")
public final String b;
@SerializedName("documentId")
public final String c;
public final String toString() {
String str = this.c;
String str2 = this.b;
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.c.hashCode() * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IeS)) {
return false;
}
IeS ieS = (IeS) obj;
return C14957gcv.b((Object) this.c, (Object) ieS.c) && C14957gcv.b((Object) this.b, (Object) ieS.b);
}
}
public final String toString() {
String str = this.c;
String str2 = this.a;
String str3 = this.d;
String str4 = this.h;
List<IeS> list = this.f;
String str5 = this.b;
HBt hBt = this.j;
String str6 = this.e;
StringBuilder sb = new StringBuilder("HmlDocumentsTypeEntity(resubmitReasonDesc=");
sb.append(str);
sb.append(", minQuantity=");
sb.append(str2);
sb.append(", maxQuantity=");
sb.append(str3);
sb.append(", totalUploadedQuantity=");
sb.append(str4);
sb.append(", uploads=");
sb.append(list);
sb.append(", cameraType=");
sb.append(str5);
sb.append(", uploadMethod=");
sb.append(hBt);
sb.append(", instructionFlag=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.d;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
int hashCode4 = this.h.hashCode();
int hashCode5 = this.f.hashCode();
String str4 = this.b;
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str4 != null ? str4.hashCode() : 0)) * 31) + this.j.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof HhQ)) {
return false;
}
HhQ hhQ = (HhQ) obj;
return C14957gcv.b((Object) this.c, (Object) hhQ.c) && C14957gcv.b((Object) this.a, (Object) hhQ.a) && C14957gcv.b((Object) this.d, (Object) hhQ.d) && C14957gcv.b((Object) this.h, (Object) hhQ.h) && C14957gcv.b(this.f, hhQ.f) && C14957gcv.b((Object) this.b, (Object) hhQ.b) && C14957gcv.b(this.j, hhQ.j) && C14957gcv.b((Object) this.e, (Object) hhQ.e);
}
}