package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public class CYx { @SerializedName("fundCode") private String a; @SerializedName("accountNo") private String b; @SerializedName("amount") private String c; @SerializedName("mobileNoSMS") private String d; @SerializedName("bondAccountNumber") private String e; /* loaded from: classes3.dex */ public static final class Sts { public String a; public String b; public String c; public String d; public String e; } public static Sts b() { return new Sts(); } private CYx(Sts sts) { this.b = sts.e; this.e = sts.b; this.a = sts.c; this.c = sts.d; this.d = sts.a; } public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } CYx cYx = (CYx) obj; String str = this.b; if (str == null ? cYx.b != null : !str.equals(cYx.b)) { return false; } String str2 = this.e; if (str2 == null ? cYx.e != null : !str2.equals(cYx.e)) { return false; } String str3 = this.a; if (str3 == null ? cYx.a != null : !str3.equals(cYx.a)) { return false; } String str4 = this.d; if (str4 == null ? cYx.d != null : !str4.equals(cYx.d)) { return false; } String str5 = this.c; String str6 = cYx.c; return str5 != null ? str5.equals(str6) : str6 == null; } public int hashCode() { String str = this.b; int hashCode = str != null ? str.hashCode() : 0; String str2 = this.e; int hashCode2 = str2 != null ? str2.hashCode() : 0; String str3 = this.a; int hashCode3 = str3 != null ? str3.hashCode() : 0; String str4 = this.c; int hashCode4 = str4 != null ? str4.hashCode() : 0; String str5 = this.d; return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str5 != null ? str5.hashCode() : 0); } public String toString() { StringBuilder sb = new StringBuilder("BondPurchaseVerificationRequest{accountNo='"); sb.append(this.b); sb.append("', bondAccountNumber='"); sb.append(this.e); sb.append("', fundCode='"); sb.append(this.a); sb.append("', amount='"); sb.append(this.c); sb.append("', mobileNoSMS='"); sb.append(this.d); sb.append("'}"); return sb.toString(); } public /* synthetic */ CYx(Sts sts, byte b) { this(sts); } }