package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.fpV, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public class C14240fpV { @SerializedName("productOwnerIconUrl") public String b; @SerializedName("commercialLoanList") public List c; @SerializedName("pnList") public List d; @SerializedName("lgList") public List e; public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } C14240fpV c14240fpV = (C14240fpV) obj; List list = this.c; if (list == null ? c14240fpV.c != null : !list.equals(c14240fpV.c)) { return false; } String str = this.b; if (str == null ? c14240fpV.b != null : !str.equals(c14240fpV.b)) { return false; } List list2 = this.e; if (list2 == null ? c14240fpV.e != null : !list2.equals(c14240fpV.e)) { return false; } List list3 = this.d; List list4 = c14240fpV.d; return list3 != null ? list3.equals(list4) : list4 == null; } public int hashCode() { List list = this.c; int hashCode = list != null ? list.hashCode() : 0; List list2 = this.e; int hashCode2 = list2 != null ? list2.hashCode() : 0; List list3 = this.d; int hashCode3 = list3 != null ? list3.hashCode() : 0; String str = this.b; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str != null ? str.hashCode() : 0); } }