121 lines
3.9 KiB
Java
121 lines
3.9 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.aE, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1434aE {
|
|
|
|
@SerializedName("deviceId")
|
|
private String a;
|
|
|
|
@SerializedName("deviceToken")
|
|
private String b;
|
|
|
|
@SerializedName("juristicState")
|
|
private String c;
|
|
|
|
@SerializedName("jailbreak")
|
|
private String d;
|
|
|
|
@SerializedName("brand")
|
|
private String e;
|
|
|
|
@SerializedName("os")
|
|
private String f;
|
|
|
|
@SerializedName("tokenType")
|
|
private String g;
|
|
|
|
@SerializedName("model")
|
|
private String h;
|
|
|
|
@SerializedName("preregistrationTokenId")
|
|
private String i;
|
|
|
|
@SerializedName("mobileNo")
|
|
private String j;
|
|
|
|
public C1434aE(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(str8, "");
|
|
this.a = str;
|
|
this.j = str2;
|
|
this.e = str3;
|
|
this.h = str4;
|
|
this.f = str5;
|
|
this.d = str6;
|
|
this.c = str7;
|
|
this.i = str8;
|
|
this.b = str9;
|
|
this.g = str10;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.j;
|
|
String str3 = this.e;
|
|
String str4 = this.h;
|
|
String str5 = this.f;
|
|
String str6 = this.d;
|
|
String str7 = this.c;
|
|
String str8 = this.i;
|
|
String str9 = this.b;
|
|
String str10 = this.g;
|
|
StringBuilder sb = new StringBuilder("JuristicVerifyOtpRequest(deviceId=");
|
|
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(", juristicState=");
|
|
sb.append(str7);
|
|
sb.append(", preregistrationTokenId=");
|
|
sb.append(str8);
|
|
sb.append(", deviceToken=");
|
|
sb.append(str9);
|
|
sb.append(", tokenType=");
|
|
sb.append(str10);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.a.hashCode();
|
|
int hashCode2 = this.j.hashCode();
|
|
String str = this.e;
|
|
int hashCode3 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.h;
|
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.f;
|
|
int hashCode5 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.d;
|
|
int hashCode6 = str4 == null ? 0 : str4.hashCode();
|
|
int hashCode7 = this.c.hashCode();
|
|
int hashCode8 = this.i.hashCode();
|
|
String str5 = this.b;
|
|
int hashCode9 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.g;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str6 != null ? str6.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1434aE)) {
|
|
return false;
|
|
}
|
|
C1434aE c1434aE = (C1434aE) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c1434aE.a) && C14957gcv.b((Object) this.j, (Object) c1434aE.j) && C14957gcv.b((Object) this.e, (Object) c1434aE.e) && C14957gcv.b((Object) this.h, (Object) c1434aE.h) && C14957gcv.b((Object) this.f, (Object) c1434aE.f) && C14957gcv.b((Object) this.d, (Object) c1434aE.d) && C14957gcv.b((Object) this.c, (Object) c1434aE.c) && C14957gcv.b((Object) this.i, (Object) c1434aE.i) && C14957gcv.b((Object) this.b, (Object) c1434aE.b) && C14957gcv.b((Object) this.g, (Object) c1434aE.g);
|
|
}
|
|
}
|