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

108 lines
3.6 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes.dex */
public final class lBu extends C16562pOe {
@SerializedName("disclaimerText")
public final String a;
@SerializedName("adsList")
public final List<C16374nnr> b;
@SerializedName("deeplinkCardX")
public final EOs c;
@SerializedName("defaultCardRefNo")
public final String d;
@SerializedName("cardList")
public final List<OQN> e;
@SerializedName("isCall4DeejungRename")
public final Boolean f;
@SerializedName("totalCreditUsed")
public final Double g;
@SerializedName("ecomFlagMaintenanceEnable")
public final Boolean h;
@SerializedName("isTotalFromAllAccounts")
public final String i;
@SerializedName("remark")
public final List<Nqt> j;
public final String toString() {
List<OQN> list = this.e;
List<C16374nnr> list2 = this.b;
Double d = this.g;
String str = this.i;
String str2 = this.d;
String str3 = this.a;
Boolean bool = this.h;
List<Nqt> list3 = this.j;
EOs eOs = this.c;
Boolean bool2 = this.f;
StringBuilder sb = new StringBuilder("CreditCardSummaryListEntity(cardList=");
sb.append(list);
sb.append(", adsList=");
sb.append(list2);
sb.append(", totalCreditUsed=");
sb.append(d);
sb.append(", isTotalFromAllAccounts=");
sb.append(str);
sb.append(", defaultCardRefNo=");
sb.append(str2);
sb.append(", disclaimerText=");
sb.append(str3);
sb.append(", ecomFlagMaintenanceEnable=");
sb.append(bool);
sb.append(", remark=");
sb.append(list3);
sb.append(", deeplinkCardX=");
sb.append(eOs);
sb.append(", isCall4DeejungRename=");
sb.append(bool2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<OQN> list = this.e;
int hashCode = list == null ? 0 : list.hashCode();
List<C16374nnr> list2 = this.b;
int hashCode2 = list2 == null ? 0 : list2.hashCode();
Double d = this.g;
int hashCode3 = d == null ? 0 : d.hashCode();
String str = this.i;
int hashCode4 = str == null ? 0 : str.hashCode();
String str2 = this.d;
int hashCode5 = str2 == null ? 0 : str2.hashCode();
String str3 = this.a;
int hashCode6 = str3 == null ? 0 : str3.hashCode();
Boolean bool = this.h;
int hashCode7 = bool == null ? 0 : bool.hashCode();
List<Nqt> list3 = this.j;
int hashCode8 = list3 == null ? 0 : list3.hashCode();
EOs eOs = this.c;
int hashCode9 = eOs == null ? 0 : eOs.hashCode();
Boolean bool2 = this.f;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (bool2 != null ? bool2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof lBu)) {
return false;
}
lBu lbu = (lBu) obj;
return C14957gcv.b(this.e, lbu.e) && C14957gcv.b(this.b, lbu.b) && C14957gcv.b(this.g, lbu.g) && C14957gcv.b((Object) this.i, (Object) lbu.i) && C14957gcv.b((Object) this.d, (Object) lbu.d) && C14957gcv.b((Object) this.a, (Object) lbu.a) && C14957gcv.b(this.h, lbu.h) && C14957gcv.b(this.j, lbu.j) && C14957gcv.b(this.c, lbu.c) && C14957gcv.b(this.f, lbu.f);
}
}