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

123 lines
4.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class qsm {
@SerializedName("merchant")
public final bYT a;
@SerializedName("applicationURL")
public final String b;
@SerializedName("GMB")
public final iDf c;
@SerializedName("accountRemark")
public final String d;
@SerializedName("function")
public final String e;
@SerializedName("merchantMinAge")
public final String f;
@SerializedName("mobilePhoneNumber")
public final String g;
@SerializedName("tncFlag")
public final int h;
@SerializedName("urlEN")
public final String i;
@SerializedName("owner")
public final Wus j;
@SerializedName("walletList")
public final List<YhA> l;
/* renamed from: o, reason: collision with root package name */
@SerializedName("urlTH")
public final String f9252o;
public final String toString() {
String str = this.e;
int i = this.h;
String str2 = this.f9252o;
String str3 = this.i;
String str4 = this.b;
String str5 = this.g;
bYT byt = this.a;
Wus wus = this.j;
List<YhA> list = this.l;
String str6 = this.d;
iDf idf = this.c;
String str7 = this.f;
StringBuilder sb = new StringBuilder("MerchantLandingEntity(function=");
sb.append(str);
sb.append(", tncFlag=");
sb.append(i);
sb.append(", urlTH=");
sb.append(str2);
sb.append(", urlEN=");
sb.append(str3);
sb.append(", applicationURL=");
sb.append(str4);
sb.append(", mobilePhoneNumber=");
sb.append(str5);
sb.append(", merchant=");
sb.append(byt);
sb.append(", owner=");
sb.append(wus);
sb.append(", walletList=");
sb.append(list);
sb.append(", accountRemark=");
sb.append(str6);
sb.append(", gmb=");
sb.append(idf);
sb.append(", merchantMinAge=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.e.hashCode();
int hashCode2 = Integer.hashCode(this.h);
String str = this.f9252o;
int hashCode3 = str == null ? 0 : str.hashCode();
String str2 = this.i;
int hashCode4 = str2 == null ? 0 : str2.hashCode();
String str3 = this.b;
int hashCode5 = str3 == null ? 0 : str3.hashCode();
String str4 = this.g;
int hashCode6 = str4 == null ? 0 : str4.hashCode();
bYT byt = this.a;
int hashCode7 = byt == null ? 0 : byt.hashCode();
Wus wus = this.j;
int hashCode8 = wus == null ? 0 : wus.hashCode();
List<YhA> list = this.l;
int hashCode9 = list == null ? 0 : list.hashCode();
String str5 = this.d;
int hashCode10 = str5 == null ? 0 : str5.hashCode();
iDf idf = this.c;
int hashCode11 = idf == null ? 0 : idf.hashCode();
String str6 = this.f;
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + (str6 != null ? str6.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof qsm)) {
return false;
}
qsm qsmVar = (qsm) obj;
return C14957gcv.b((Object) this.e, (Object) qsmVar.e) && this.h == qsmVar.h && C14957gcv.b((Object) this.f9252o, (Object) qsmVar.f9252o) && C14957gcv.b((Object) this.i, (Object) qsmVar.i) && C14957gcv.b((Object) this.b, (Object) qsmVar.b) && C14957gcv.b((Object) this.g, (Object) qsmVar.g) && C14957gcv.b(this.a, qsmVar.a) && C14957gcv.b(this.j, qsmVar.j) && C14957gcv.b(this.l, qsmVar.l) && C14957gcv.b((Object) this.d, (Object) qsmVar.d) && C14957gcv.b(this.c, qsmVar.c) && C14957gcv.b((Object) this.f, (Object) qsmVar.f);
}
}