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

71 lines
2.3 KiB
Java

package o;
/* renamed from: o.Sh, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0958Sh {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String i;
public C0958Sh(String str, String str2, String str3, String str4, String str5, String str6) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
this.d = str;
this.i = str2;
this.c = str3;
this.a = str4;
this.b = str5;
this.e = str6;
}
public final String toString() {
String str = this.d;
String str2 = this.i;
String str3 = this.c;
String str4 = this.a;
String str5 = this.b;
String str6 = this.e;
StringBuilder sb = new StringBuilder("MwSubmitDataDisplay(lineId=");
sb.append(str);
sb.append(", thaiShopName=");
sb.append(str2);
sb.append(", englishShopName=");
sb.append(str3);
sb.append(", shopPhoneNumber=");
sb.append(str4);
sb.append(", shopEmail=");
sb.append(str5);
sb.append(", referralCode=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.d.hashCode();
int hashCode2 = this.i.hashCode();
int hashCode3 = this.c.hashCode();
int hashCode4 = this.a.hashCode();
int hashCode5 = this.b.hashCode();
String str = this.e;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str == null ? 0 : str.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0958Sh)) {
return false;
}
C0958Sh c0958Sh = (C0958Sh) obj;
return C14957gcv.b((Object) this.d, (Object) c0958Sh.d) && C14957gcv.b((Object) this.i, (Object) c0958Sh.i) && C14957gcv.b((Object) this.c, (Object) c0958Sh.c) && C14957gcv.b((Object) this.a, (Object) c0958Sh.a) && C14957gcv.b((Object) this.b, (Object) c0958Sh.b) && C14957gcv.b((Object) this.e, (Object) c0958Sh.e);
}
}