package o; import android.os.Parcel; import android.os.Parcelable; import java.util.List; import org.threeten.bp.OffsetDateTime; /* loaded from: classes3.dex */ public final class YNc { public final boolean a; public final OffsetDateTime c; public final List d; public final HBt e; public YNc(List list, OffsetDateTime offsetDateTime, HBt hBt, boolean z) { C14957gcv.e(list, ""); C14957gcv.e(offsetDateTime, ""); C14957gcv.e(hBt, ""); this.d = list; this.c = offsetDateTime; this.e = hBt; this.a = z; } /* loaded from: classes3.dex */ public static final class IeS { public final String b; public final List d; public final String e; public IeS(String str, String str2, List list) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(list, ""); this.e = str; this.b = str2; this.d = list; } public final String toString() { String str = this.e; String str2 = this.b; List list = this.d; StringBuilder sb = new StringBuilder("HMLDocument(groupConditionCode="); sb.append(str); sb.append(", groupConditionDesc="); sb.append(str2); sb.append(", types="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.e.hashCode() * 31) + this.b.hashCode()) * 31) + this.d.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.e, (Object) ieS.e) && C14957gcv.b((Object) this.b, (Object) ieS.b) && C14957gcv.b(this.d, ieS.d); } } /* loaded from: classes3.dex */ public static final class Sts { public final String a; public final String b; public final String c; public final String d; public final String e; public final Integer f; private final String g; public final int h; private final Integer i; public final int j; public Sts(int i, String str, String str2, String str3, String str4, String str5, String str6, Integer num, Integer num2, int i2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str4, ""); C14957gcv.e(str6, ""); this.h = i; this.c = str; this.e = str2; this.b = str3; this.a = str4; this.g = str5; this.d = str6; this.f = num; this.i = num2; this.j = i2; } public final String toString() { int i = this.h; String str = this.c; String str2 = this.e; String str3 = this.b; String str4 = this.a; String str5 = this.g; String str6 = this.d; Integer num = this.f; Integer num2 = this.i; int i2 = this.j; StringBuilder sb = new StringBuilder("HMLDocumentTypes(sortSequence="); sb.append(i); sb.append(", documentCode="); sb.append(str); sb.append(", documentDesc="); sb.append(str2); sb.append(", documentDetail="); sb.append(str3); sb.append(", documentStatus="); sb.append(str4); sb.append(", resubmitReasonDesc="); sb.append(str5); sb.append(", iconPath="); sb.append(str6); sb.append(", minQuantity="); sb.append(num); sb.append(", maxQuantity="); sb.append(num2); sb.append(", uploadedQuantity="); sb.append(i2); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = Integer.hashCode(this.h); int hashCode2 = this.c.hashCode(); int hashCode3 = this.e.hashCode(); String str = this.b; int hashCode4 = str == null ? 0 : str.hashCode(); int hashCode5 = this.a.hashCode(); String str2 = this.g; int hashCode6 = str2 == null ? 0 : str2.hashCode(); int hashCode7 = this.d.hashCode(); Integer num = this.f; int hashCode8 = num == null ? 0 : num.hashCode(); Integer num2 = this.i; return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (num2 != null ? num2.hashCode() : 0)) * 31) + Integer.hashCode(this.j); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Sts)) { return false; } Sts sts = (Sts) obj; return this.h == sts.h && C14957gcv.b((Object) this.c, (Object) sts.c) && C14957gcv.b((Object) this.e, (Object) sts.e) && C14957gcv.b((Object) this.b, (Object) sts.b) && C14957gcv.b((Object) this.a, (Object) sts.a) && C14957gcv.b((Object) this.g, (Object) sts.g) && C14957gcv.b((Object) this.d, (Object) sts.d) && C14957gcv.b(this.f, sts.f) && C14957gcv.b(this.i, sts.i) && this.j == sts.j; } } /* loaded from: classes3.dex */ public static final class HBt implements Parcelable { public static final RVV CREATOR = new RVV(0); public final int b; private final int e; @Override // android.os.Parcelable public final int describeContents() { return 0; } public HBt(int i, int i2) { this.e = i; this.b = i2; } /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */ public HBt(Parcel parcel) { this(parcel.readInt(), parcel.readInt()); C14957gcv.e(parcel, ""); } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeInt(this.e); parcel.writeInt(this.b); } /* loaded from: classes3.dex */ public static final class RVV implements Parcelable.Creator { private RVV() { } @Override // android.os.Parcelable.Creator public final /* synthetic */ HBt createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new HBt(parcel); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ HBt[] newArray(int i) { return new HBt[i]; } public /* synthetic */ RVV(byte b) { this(); } } public final String toString() { int i = this.e; int i2 = this.b; StringBuilder sb = new StringBuilder("HMLDocumentValidation(maxSize="); sb.append(i); sb.append(", maxAmount="); sb.append(i2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (Integer.hashCode(this.e) * 31) + Integer.hashCode(this.b); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof HBt)) { return false; } HBt hBt = (HBt) obj; return this.e == hBt.e && this.b == hBt.b; } } public final String toString() { List list = this.d; OffsetDateTime offsetDateTime = this.c; HBt hBt = this.e; boolean z = this.a; StringBuilder sb = new StringBuilder("HMLDocumentUploads(documents="); sb.append(list); sb.append(", applicationExpiryDate="); sb.append(offsetDateTime); sb.append(", documentValidation="); sb.append(hBt); sb.append(", requireIssuer="); sb.append(z); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { int hashCode = this.d.hashCode(); int hashCode2 = this.c.hashCode(); int hashCode3 = this.e.hashCode(); boolean z = this.a; int i = z; if (z != 0) { i = 1; } return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + i; } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof YNc)) { return false; } YNc yNc = (YNc) obj; return C14957gcv.b(this.d, yNc.d) && C14957gcv.b(this.c, yNc.c) && C14957gcv.b(this.e, yNc.e) && this.a == yNc.a; } }