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

129 lines
4.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class vDM {
@SerializedName("encryptPin")
private final String a;
@SerializedName("e2eeSid")
private final String b;
@SerializedName("jailbreak")
private final String c;
@SerializedName("dtag")
public String d;
@SerializedName("brand")
private final String e;
@SerializedName("model")
private final String f;
@SerializedName("mobileNo")
private final String g;
@SerializedName("tag")
private final String h;
@SerializedName("tcAccept")
private final C11264ec i;
@SerializedName("os")
private final String j;
/* renamed from: o, reason: collision with root package name */
@SerializedName("tilesVersion")
private final String f9290o;
public vDM(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, C11264ec c11264ec, String str9, String str10) {
C14957gcv.e(str, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(str10, "");
this.d = str;
this.g = str2;
this.e = str3;
this.f = str4;
this.j = str5;
this.c = str6;
this.b = str7;
this.a = str8;
this.i = c11264ec;
this.h = str9;
this.f9290o = str10;
}
public final String toString() {
String str = this.d;
String str2 = this.g;
String str3 = this.e;
String str4 = this.f;
String str5 = this.j;
String str6 = this.c;
String str7 = this.b;
String str8 = this.a;
C11264ec c11264ec = this.i;
String str9 = this.h;
String str10 = this.f9290o;
StringBuilder sb = new StringBuilder("RegistrationNewPinRequest(dtag=");
sb.append(str);
sb.append(", mobileNo=");
sb.append(str2);
sb.append(", brand=");
sb.append(str3);
sb.append(", model=");
sb.append(str4);
sb.append(", os=");
sb.append(str5);
sb.append(", jailbreak=");
sb.append(str6);
sb.append(", e2eeSid=");
sb.append(str7);
sb.append(", encryptPin=");
sb.append(str8);
sb.append(", tcAccept=");
sb.append(c11264ec);
sb.append(", tag=");
sb.append(str9);
sb.append(", tilesVersion=");
sb.append(str10);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.d.hashCode();
String str = this.g;
int hashCode2 = str == null ? 0 : str.hashCode();
int hashCode3 = this.e.hashCode();
int hashCode4 = this.f.hashCode();
int hashCode5 = this.j.hashCode();
int hashCode6 = this.c.hashCode();
int hashCode7 = this.b.hashCode();
int hashCode8 = this.a.hashCode();
C11264ec c11264ec = this.i;
int hashCode9 = c11264ec == null ? 0 : c11264ec.hashCode();
String str2 = this.h;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.f9290o.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof vDM)) {
return false;
}
vDM vdm = (vDM) obj;
return C14957gcv.b((Object) this.d, (Object) vdm.d) && C14957gcv.b((Object) this.g, (Object) vdm.g) && C14957gcv.b((Object) this.e, (Object) vdm.e) && C14957gcv.b((Object) this.f, (Object) vdm.f) && C14957gcv.b((Object) this.j, (Object) vdm.j) && C14957gcv.b((Object) this.c, (Object) vdm.c) && C14957gcv.b((Object) this.b, (Object) vdm.b) && C14957gcv.b((Object) this.a, (Object) vdm.a) && C14957gcv.b(this.i, vdm.i) && C14957gcv.b((Object) this.h, (Object) vdm.h) && C14957gcv.b((Object) this.f9290o, (Object) vdm.f9290o);
}
}