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

117 lines
4.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class JIg {
@SerializedName("devesCarCodeP")
public final C16704qVa a;
@SerializedName("devesBrandModel")
public final List<hwt> b;
@SerializedName("dutyStamp")
public final C17207unR c;
@SerializedName("devesCarCodeC")
public final C16704qVa d;
@SerializedName("insuranceCompany")
public final List<C16506osw> e;
@SerializedName("ncbFee")
public final C17207unR f;
@SerializedName("insuranceOption")
public final List<Tsh> g;
@SerializedName("minOffer")
public final C17207unR h;
@SerializedName("principalAmount")
public final C17207unR i;
@SerializedName("insuranceType")
public final List<XVP> j;
/* renamed from: o, reason: collision with root package name */
@SerializedName("sumInsure")
public final C17207unR f8219o;
public final String toString() {
List<Tsh> list = this.g;
List<XVP> list2 = this.j;
List<C16506osw> list3 = this.e;
C17207unR c17207unR = this.i;
C17207unR c17207unR2 = this.f8219o;
C17207unR c17207unR3 = this.h;
C17207unR c17207unR4 = this.c;
C17207unR c17207unR5 = this.f;
List<hwt> list4 = this.b;
C16704qVa c16704qVa = this.d;
C16704qVa c16704qVa2 = this.a;
StringBuilder sb = new StringBuilder("EasyCashAutoMasterDataEntity(insuranceOption=");
sb.append(list);
sb.append(", insuranceType=");
sb.append(list2);
sb.append(", insuranceCompany=");
sb.append(list3);
sb.append(", principalAmount=");
sb.append(c17207unR);
sb.append(", sumInsure=");
sb.append(c17207unR2);
sb.append(", minOffer=");
sb.append(c17207unR3);
sb.append(", dutyStamp=");
sb.append(c17207unR4);
sb.append(", ncbFee=");
sb.append(c17207unR5);
sb.append(", devesBrandModel=");
sb.append(list4);
sb.append(", devesCarCodeC=");
sb.append(c16704qVa);
sb.append(", devesCarCodeP=");
sb.append(c16704qVa2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<Tsh> list = this.g;
int hashCode = list == null ? 0 : list.hashCode();
List<XVP> list2 = this.j;
int hashCode2 = list2 == null ? 0 : list2.hashCode();
List<C16506osw> list3 = this.e;
int hashCode3 = list3 == null ? 0 : list3.hashCode();
C17207unR c17207unR = this.i;
int hashCode4 = c17207unR == null ? 0 : c17207unR.hashCode();
C17207unR c17207unR2 = this.f8219o;
int hashCode5 = c17207unR2 == null ? 0 : c17207unR2.hashCode();
C17207unR c17207unR3 = this.h;
int hashCode6 = c17207unR3 == null ? 0 : c17207unR3.hashCode();
C17207unR c17207unR4 = this.c;
int hashCode7 = c17207unR4 == null ? 0 : c17207unR4.hashCode();
C17207unR c17207unR5 = this.f;
int hashCode8 = c17207unR5 == null ? 0 : c17207unR5.hashCode();
List<hwt> list4 = this.b;
int hashCode9 = list4 == null ? 0 : list4.hashCode();
C16704qVa c16704qVa = this.d;
int hashCode10 = c16704qVa == null ? 0 : c16704qVa.hashCode();
C16704qVa c16704qVa2 = this.a;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (c16704qVa2 != null ? c16704qVa2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof JIg)) {
return false;
}
JIg jIg = (JIg) obj;
return C14957gcv.b(this.g, jIg.g) && C14957gcv.b(this.j, jIg.j) && C14957gcv.b(this.e, jIg.e) && C14957gcv.b(this.i, jIg.i) && C14957gcv.b(this.f8219o, jIg.f8219o) && C14957gcv.b(this.h, jIg.h) && C14957gcv.b(this.c, jIg.c) && C14957gcv.b(this.f, jIg.f) && C14957gcv.b(this.b, jIg.b) && C14957gcv.b(this.d, jIg.d) && C14957gcv.b(this.a, jIg.a);
}
}