package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class uOy { @SerializedName("sumInsureCoveredAmount") public final String a; @SerializedName("principalAmount") public final String b; @SerializedName("insuranceCoveredMinimum") public final String c; @SerializedName("topupValueFinal") public final String d; @SerializedName("sumInsureCovered") public final String e; @SerializedName("unidentifyedInsureCompanyCode") public final String i; public final String toString() { String str = this.b; String str2 = this.e; String str3 = this.d; String str4 = this.a; String str5 = this.c; String str6 = this.i; StringBuilder sb = new StringBuilder("EasycashMasterDataEntity(principalAmount="); sb.append(str); sb.append(", sumInsureCovered="); sb.append(str2); sb.append(", topUpValueFinal="); sb.append(str3); sb.append(", sumInsureCoveredAmount="); sb.append(str4); sb.append(", insuranceCoveredMinimum="); sb.append(str5); sb.append(", unIdentifiedInsureCompanyCode="); sb.append(str6); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.b; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.e; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.d; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.a; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.c; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.i; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str6 != null ? str6.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof uOy)) { return false; } uOy uoy = (uOy) obj; return C14957gcv.b((Object) this.b, (Object) uoy.b) && C14957gcv.b((Object) this.e, (Object) uoy.e) && C14957gcv.b((Object) this.d, (Object) uoy.d) && C14957gcv.b((Object) this.a, (Object) uoy.a) && C14957gcv.b((Object) this.c, (Object) uoy.c) && C14957gcv.b((Object) this.i, (Object) uoy.i); } }