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

72 lines
2.3 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class MZ {
public final String a;
public final String b;
public final String c;
public final List<WX> d;
public final C0786Oo e;
private final String g;
public MZ(String str, String str2, String str3, String str4, C0786Oo c0786Oo, List<WX> list) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
this.b = str;
this.a = str2;
this.c = str3;
this.g = str4;
this.e = c0786Oo;
this.d = list;
}
public final String toString() {
String str = this.b;
String str2 = this.a;
String str3 = this.c;
String str4 = this.g;
C0786Oo c0786Oo = this.e;
List<WX> list = this.d;
StringBuilder sb = new StringBuilder("HmlCalculatorResultDisplay(title=");
sb.append(str);
sb.append(", duration=");
sb.append(str2);
sb.append(", description=");
sb.append(str3);
sb.append(", minRepayment=");
sb.append(str4);
sb.append(", productCatalogue=");
sb.append(c0786Oo);
sb.append(", promotion=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.b.hashCode();
int hashCode2 = this.a.hashCode();
int hashCode3 = this.c.hashCode();
int hashCode4 = this.g.hashCode();
C0786Oo c0786Oo = this.e;
int hashCode5 = c0786Oo == null ? 0 : c0786Oo.hashCode();
List<WX> list = this.d;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof MZ)) {
return false;
}
MZ mz = (MZ) obj;
return C14957gcv.b((Object) this.b, (Object) mz.b) && C14957gcv.b((Object) this.a, (Object) mz.a) && C14957gcv.b((Object) this.c, (Object) mz.c) && C14957gcv.b((Object) this.g, (Object) mz.g) && C14957gcv.b(this.e, mz.e) && C14957gcv.b(this.d, mz.d);
}
}