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

58 lines
1.7 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class Hxe extends Pag {
public final Integer a;
public final List<QhH> b;
public final dUL c;
public final String d;
public Hxe(List<QhH> list, Integer num, dUL dul, String str) {
this.b = list;
this.a = num;
this.c = dul;
this.d = str;
}
public final String toString() {
List<QhH> list = this.b;
Integer num = this.a;
dUL dul = this.c;
String str = this.d;
StringBuilder sb = new StringBuilder("CardTransactionsResponse(transactions=");
sb.append(list);
sb.append(", maxSelectableForDeejungInstallments=");
sb.append(num);
sb.append(", nextPage=");
sb.append(dul);
sb.append(", termAndCon=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<QhH> list = this.b;
int hashCode = list == null ? 0 : list.hashCode();
Integer num = this.a;
int hashCode2 = num == null ? 0 : num.hashCode();
dUL dul = this.c;
int hashCode3 = dul == null ? 0 : dul.hashCode();
String str = this.d;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str != null ? str.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Hxe)) {
return false;
}
Hxe hxe = (Hxe) obj;
return C14957gcv.b(this.b, hxe.b) && C14957gcv.b(this.a, hxe.a) && C14957gcv.b(this.c, hxe.c) && C14957gcv.b((Object) this.d, (Object) hxe.d);
}
}