package o; import com.google.gson.annotations.SerializedName; import java.util.Comparator; import java.util.List; import o.C17180ucA; import org.bouncycastle.i18n.ErrorBundle; /* loaded from: classes3.dex */ public final class SGk extends C16562pOe { @SerializedName("emailRemark") public final String a; @SerializedName("successful") public final List b; @SerializedName("disclaimer") public final RRf c; @SerializedName("needMoreLine") public final String d; @SerializedName(ErrorBundle.SUMMARY_ENTRY) public final List e; @SerializedName("uuid") public final String g; /* loaded from: classes3.dex */ public static final class LWm extends AbstractC14961gcz implements InterfaceC14894gbR { public static final LWm c = new LWm(); @Override // o.InterfaceC14894gbR public final /* synthetic */ C17180ucA invoke(Ylx ylx) { Ylx ylx2 = ylx; C14957gcv.e(ylx2, ""); C17180ucA.HBt hBt = new C17180ucA.HBt((byte) 0); hBt.b = ylx2.a; hBt.c = ylx2.d; hBt.d = ylx2.e; hBt.h = ylx2.f; hBt.a = ylx2.c; hBt.e = ylx2.b; return new C17180ucA(hBt, (byte) 0); } LWm() { super(1); } } /* loaded from: classes3.dex */ public static final class IeS extends AbstractC14961gcz implements InterfaceC14894gbR { public static final IeS d = new IeS(); @Override // o.InterfaceC14894gbR public final /* synthetic */ C17180ucA invoke(Ylx ylx) { Ylx ylx2 = ylx; C14957gcv.e(ylx2, ""); C17180ucA.HBt hBt = new C17180ucA.HBt((byte) 0); hBt.b = ylx2.a; hBt.c = ylx2.d; hBt.d = ylx2.e; hBt.h = ylx2.f; hBt.a = ylx2.c; hBt.e = ylx2.b; return new C17180ucA(hBt, (byte) 0); } IeS() { super(1); } } /* loaded from: classes3.dex */ public static final class RVV 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); } } /* 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 final String toString() { String str = this.g; List list = this.e; RRf rRf = this.c; List list2 = this.b; String str2 = this.a; String str3 = this.d; StringBuilder sb = new StringBuilder("EasycashSummaryEntity(uuid="); sb.append(str); sb.append(", summary="); sb.append(list); sb.append(", disclaimer="); sb.append(rRf); sb.append(", successful="); sb.append(list2); sb.append(", emailRemark="); sb.append(str2); sb.append(", needMoreLine="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.g.hashCode(); int hashCode2 = this.e.hashCode(); int hashCode3 = this.c.hashCode(); List list = this.b; int hashCode4 = list == null ? 0 : list.hashCode(); String str = this.a; int hashCode5 = str == null ? 0 : str.hashCode(); String str2 = this.d; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof SGk)) { return false; } SGk sGk = (SGk) obj; return C14957gcv.b((Object) this.g, (Object) sGk.g) && C14957gcv.b(this.e, sGk.e) && C14957gcv.b(this.c, sGk.c) && C14957gcv.b(this.b, sGk.b) && C14957gcv.b((Object) this.a, (Object) sGk.a) && C14957gcv.b((Object) this.d, (Object) sGk.d); } }