package o; /* loaded from: classes3.dex */ public final class YG { public final String a; public final String b; public final String c; public final String d; public final String e; public YG(String str, String str2, String str3, String str4, String str5) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); this.d = str; this.a = str2; this.b = str3; this.c = str4; this.e = str5; } public final String toString() { String str = this.d; String str2 = this.a; String str3 = this.b; String str4 = this.c; String str5 = this.e; StringBuilder sb = new StringBuilder("EasycashInputIncome(productType="); sb.append(str); sb.append(", productGroup="); sb.append(str2); sb.append(", flowType="); sb.append(str3); sb.append(", inputIncome="); sb.append(str4); sb.append(", inputRepayment="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((this.d.hashCode() * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof YG)) { return false; } YG yg = (YG) obj; return C14957gcv.b((Object) this.d, (Object) yg.d) && C14957gcv.b((Object) this.a, (Object) yg.a) && C14957gcv.b((Object) this.b, (Object) yg.b) && C14957gcv.b((Object) this.c, (Object) yg.c) && C14957gcv.b((Object) this.e, (Object) yg.e); } }