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

74 lines
2.2 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class MG {
public final String a;
public final String b;
public final boolean c;
public final String d;
public final String e;
public final String f;
public MG(String str, String str2, String str3, String str4, boolean z, String str5) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
this.d = str;
this.b = str2;
this.a = str3;
this.e = str4;
this.c = z;
this.f = str5;
}
public final String toString() {
String str = this.d;
String str2 = this.b;
String str3 = this.a;
String str4 = this.e;
boolean z = this.c;
String str5 = this.f;
StringBuilder sb = new StringBuilder("FinancialMallProductMenuDisplay(deeplink=");
sb.append(str);
sb.append(", description=");
sb.append(str2);
sb.append(", firebaseEventName=");
sb.append(str3);
sb.append(", iconUrl=");
sb.append(str4);
sb.append(", isEnable=");
sb.append(z);
sb.append(", name=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.d.hashCode();
int hashCode2 = this.b.hashCode();
int hashCode3 = this.a.hashCode();
int hashCode4 = this.e.hashCode();
boolean z = this.c;
int i = z;
if (z != 0) {
i = 1;
}
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + i) * 31) + this.f.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof MG)) {
return false;
}
MG mg = (MG) obj;
return C14957gcv.b((Object) this.d, (Object) mg.d) && C14957gcv.b((Object) this.b, (Object) mg.b) && C14957gcv.b((Object) this.a, (Object) mg.a) && C14957gcv.b((Object) this.e, (Object) mg.e) && this.c == mg.c && C14957gcv.b((Object) this.f, (Object) mg.f);
}
}