package o; import com.google.gson.annotations.SerializedName; import java.util.Comparator; import java.util.List; import o.C1163XEv; import o.C17180ucA; import org.bouncycastle.i18n.ErrorBundle; /* loaded from: classes3.dex */ public final class ZBX { @SerializedName(ErrorBundle.DETAIL_ENTRY) public final List a; @SerializedName("applicationId") public final String b; @SerializedName("offers") public final List c; @SerializedName("needMoreLine") public final String d; /* loaded from: classes3.dex */ public static final class RVV extends AbstractC14961gcz implements InterfaceC14894gbR { private ZBX d; @Override // o.InterfaceC14894gbR public final /* synthetic */ Boolean invoke(C15739iFC c15739iFC) { C15739iFC c15739iFC2 = c15739iFC; C14957gcv.e(c15739iFC2, ""); return Boolean.valueOf(ZBX.b(c15739iFC2)); } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public RVV(ZBX zbx) { super(1); this.d = zbx; } } /* loaded from: classes3.dex */ public static final class IeS extends AbstractC14961gcz implements InterfaceC14894gbR { private ZBX d; @Override // o.InterfaceC14894gbR public final /* synthetic */ C1163XEv invoke(C15739iFC c15739iFC) { C15739iFC c15739iFC2 = c15739iFC; C14957gcv.e(c15739iFC2, ""); return ZBX.c(c15739iFC2); } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public IeS(ZBX zbx) { super(1); this.d = zbx; } } /* loaded from: classes3.dex */ public static final class LWm extends AbstractC14961gcz implements InterfaceC14894gbR { public static final LWm d = new LWm(); @Override // o.InterfaceC14894gbR public final /* synthetic */ Boolean invoke(Ylx ylx) { Ylx ylx2 = ylx; C14957gcv.e(ylx2, ""); return Boolean.valueOf((ylx2.b == null && ylx2.d == null) ? false : true); } LWm() { super(1); } } /* loaded from: classes3.dex */ public static final class tOB extends AbstractC14961gcz implements InterfaceC14894gbR { private ZBX a; @Override // o.InterfaceC14894gbR public final /* synthetic */ C17180ucA invoke(Ylx ylx) { Ylx ylx2 = ylx; C14957gcv.e(ylx2, ""); return ZBX.b(ylx2); } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public tOB(ZBX zbx) { super(1); this.a = zbx; } } /* loaded from: classes3.dex */ public static final class HBt implements Comparator { /* JADX WARN: Multi-variable type inference failed */ @Override // java.util.Comparator public final int compare(T t, T t2) { String str = ((C15739iFC) t).r; String str2 = ((C15739iFC) t2).r; if (str == str2) { return 0; } if (str == null) { return -1; } if (str2 == null) { return 1; } return str.compareTo(str2); } } /* loaded from: classes3.dex */ public static final class Sts implements Comparator { /* JADX WARN: Multi-variable type inference failed */ @Override // java.util.Comparator public final int compare(T t, T t2) { Integer valueOf = Integer.valueOf(((Ylx) t).a); Integer valueOf2 = Integer.valueOf(((Ylx) t2).a); if (valueOf == valueOf2) { return 0; } if (valueOf == null) { return -1; } if (valueOf2 == null) { return 1; } return valueOf.compareTo(valueOf2); } } public static final /* synthetic */ boolean b(C15739iFC c15739iFC) { return (c15739iFC == null || c15739iFC.d == null || c15739iFC.a == null || c15739iFC.e == null || c15739iFC.r == null || c15739iFC.k == null || c15739iFC.f9245o == null || c15739iFC.f == null || c15739iFC.t == null || c15739iFC.l == null) ? false : true; } public static final /* synthetic */ C17180ucA b(Ylx ylx) { C17180ucA.HBt hBt = new C17180ucA.HBt((byte) 0); hBt.b = ylx.a; hBt.e = ylx.b; hBt.c = ylx.d; hBt.d = ylx.e; hBt.h = ylx.f; hBt.a = ylx.c; return new C17180ucA(hBt, (byte) 0); } public static final /* synthetic */ C1163XEv c(C15739iFC c15739iFC) { C1163XEv.IeS ieS = new C1163XEv.IeS((byte) 0); ieS.b = c15739iFC.d; ieS.d = c15739iFC.a; ieS.e = c15739iFC.e; ieS.s = c15739iFC.r; ieS.n = c15739iFC.k; ieS.h = c15739iFC.f9245o; ieS.j = c15739iFC.f; ieS.q = c15739iFC.t; ieS.i = c15739iFC.l; ZEb b = ieS.b(); C14957gcv.d(b, ""); return (C1163XEv) b; } public final String toString() { List list = this.c; String str = this.b; List list2 = this.a; String str2 = this.d; StringBuilder sb = new StringBuilder("EasycashMortgageLoanEntity(offers="); sb.append(list); sb.append(", applicationId="); sb.append(str); sb.append(", details="); sb.append(list2); sb.append(", needMoreLine="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.c.hashCode(); int hashCode2 = this.b.hashCode(); int hashCode3 = this.a.hashCode(); String str = this.d; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof ZBX)) { return false; } ZBX zbx = (ZBX) obj; return C14957gcv.b(this.c, zbx.c) && C14957gcv.b((Object) this.b, (Object) zbx.b) && C14957gcv.b(this.a, zbx.a) && C14957gcv.b((Object) this.d, (Object) zbx.d); } }