59 lines
1.8 KiB
Java
59 lines
1.8 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class MH {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
|
|
public MH(String str, String str2, String str3, String str4, String str5) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
this.b = str;
|
|
this.e = str2;
|
|
this.d = str3;
|
|
this.a = str4;
|
|
this.c = str5;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.e;
|
|
String str3 = this.d;
|
|
String str4 = this.a;
|
|
String str5 = this.c;
|
|
StringBuilder sb = new StringBuilder("FinancialMallRecommendedProductsDisplay(deeplink=");
|
|
sb.append(str);
|
|
sb.append(", description=");
|
|
sb.append(str2);
|
|
sb.append(", firebaseEventName=");
|
|
sb.append(str3);
|
|
sb.append(", imgUrl=");
|
|
sb.append(str4);
|
|
sb.append(", name=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((this.b.hashCode() * 31) + this.e.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof MH)) {
|
|
return false;
|
|
}
|
|
MH mh = (MH) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) mh.b) && C14957gcv.b((Object) this.e, (Object) mh.e) && C14957gcv.b((Object) this.d, (Object) mh.d) && C14957gcv.b((Object) this.a, (Object) mh.a) && C14957gcv.b((Object) this.c, (Object) mh.c);
|
|
}
|
|
}
|