package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class rvk { @SerializedName("tenorOptions") public final String a; @SerializedName("tenor") public final List b; @SerializedName("maximumEffectiveInterestRate") public final double c; @SerializedName("tenorSelected") public final HcP d; @SerializedName("minimumEffectiveInterestRate") public final double e; public final String toString() { double d = this.e; double d2 = this.c; String str = this.a; List list = this.b; HcP hcP = this.d; StringBuilder sb = new StringBuilder("BillPaymentLoanSchemaDataEntity(minimumEffectiveInterestRate="); sb.append(d); sb.append(", maximumEffectiveInterestRate="); sb.append(d2); sb.append(", tenorOptions="); sb.append(str); sb.append(", tenor="); sb.append(list); sb.append(", tenorSelected="); sb.append(hcP); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = Double.hashCode(this.e); int hashCode2 = Double.hashCode(this.c); int hashCode3 = this.a.hashCode(); List list = this.b; int hashCode4 = list == null ? 0 : list.hashCode(); HcP hcP = this.d; return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (hcP != null ? hcP.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof rvk)) { return false; } rvk rvkVar = (rvk) obj; return Double.compare(this.e, rvkVar.e) == 0 && Double.compare(this.c, rvkVar.c) == 0 && C14957gcv.b((Object) this.a, (Object) rvkVar.a) && C14957gcv.b(this.b, rvkVar.b) && C14957gcv.b(this.d, rvkVar.d); } }