what-the-bank/sources/o/C14240fpV.java

58 lines
1.7 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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<C15837ixA> c;
@SerializedName("pnList")
public List<C2696ajV> d;
@SerializedName("lgList")
public List<GIt> e;
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
C14240fpV c14240fpV = (C14240fpV) obj;
List<C15837ixA> 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<GIt> list2 = this.e;
if (list2 == null ? c14240fpV.e != null : !list2.equals(c14240fpV.e)) {
return false;
}
List<C2696ajV> list3 = this.d;
List<C2696ajV> list4 = c14240fpV.d;
return list3 != null ? list3.equals(list4) : list4 == null;
}
public int hashCode() {
List<C15837ixA> list = this.c;
int hashCode = list != null ? list.hashCode() : 0;
List<GIt> list2 = this.e;
int hashCode2 = list2 != null ? list2.hashCode() : 0;
List<C2696ajV> 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);
}
}