package o; /* loaded from: classes3.dex */ public final class thY { public final String a; public final String b; public final String c; public final String d; public final String e; public thY(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.a = str; this.e = str2; this.d = str3; this.c = str4; this.b = str5; } public final String toString() { String str = this.a; String str2 = this.e; String str3 = this.d; String str4 = this.c; String str5 = this.b; StringBuilder sb = new StringBuilder("BasicAccountRemark(allBasicRemarkNew="); sb.append(str); sb.append(", virtualBasicRemarkNew="); sb.append(str2); sb.append(", physicalBasicRemarkNew="); sb.append(str3); sb.append(", allBasicRemarkReplace="); sb.append(str4); sb.append(", virtualBasicRemarkReplace="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((this.a.hashCode() * 31) + this.e.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof thY)) { return false; } thY thy = (thY) obj; return C14957gcv.b((Object) this.a, (Object) thy.a) && C14957gcv.b((Object) this.e, (Object) thy.e) && C14957gcv.b((Object) this.d, (Object) thy.d) && C14957gcv.b((Object) this.c, (Object) thy.c) && C14957gcv.b((Object) this.b, (Object) thy.b); } }