package o; import com.google.gson.annotations.SerializedName; import com.huawei.hms.support.feature.result.CommonConstant; import java.util.List; /* loaded from: classes3.dex */ public final class ILv { @SerializedName("totalLoanAmount") public String a; @SerializedName("ncbAcceptedFlag") public final String c; @SerializedName("product") public final List d; @SerializedName(CommonConstant.KEY_STATUS) private final String e; public ILv(String str, String str2, String str3, List list) { C14957gcv.e(str, ""); C14957gcv.e(str3, ""); this.e = str; this.a = str2; this.c = str3; this.d = list; } public final String toString() { String str = this.e; String str2 = this.a; String str3 = this.c; List list = this.d; StringBuilder sb = new StringBuilder("CreditPowerLoanRequest(status="); sb.append(str); sb.append(", totalLoanAmount="); sb.append(str2); sb.append(", ncbAcceptedFlag="); sb.append(str3); sb.append(", product="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); String str = this.a; int hashCode2 = str == null ? 0 : str.hashCode(); int hashCode3 = this.c.hashCode(); List list = this.d; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof ILv)) { return false; } ILv iLv = (ILv) obj; return C14957gcv.b((Object) this.e, (Object) iLv.e) && C14957gcv.b((Object) this.a, (Object) iLv.a) && C14957gcv.b((Object) this.c, (Object) iLv.c) && C14957gcv.b(this.d, iLv.d); } }