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

96 lines
3.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.aC, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1366aC {
@SerializedName("encryptPin")
private String a;
@SerializedName("e2eeSid")
private String b;
@SerializedName("juristicState")
private final String c;
@SerializedName("preregistrationTokenId")
private final String d;
@SerializedName("deviceId")
private String e;
@SerializedName("pseudoPin")
private final String g;
@SerializedName("tilesVersion")
private final String i;
@SerializedName("pseudoSid")
private final String j;
public C1366aC(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
this.b = str;
this.a = str2;
this.e = str3;
this.c = str4;
this.d = str5;
this.g = str6;
this.j = str7;
this.i = str8;
}
public final String toString() {
String str = this.b;
String str2 = this.a;
String str3 = this.e;
String str4 = this.c;
String str5 = this.d;
String str6 = this.g;
String str7 = this.j;
String str8 = this.i;
StringBuilder sb = new StringBuilder("JuristicPreRegistrationRequest(e2eeSid=");
sb.append(str);
sb.append(", encryptPin=");
sb.append(str2);
sb.append(", deviceId=");
sb.append(str3);
sb.append(", juristicState=");
sb.append(str4);
sb.append(", preregistrationTokenId=");
sb.append(str5);
sb.append(", pseudoPin=");
sb.append(str6);
sb.append(", pseudoSid=");
sb.append(str7);
sb.append(", tilesVersion=");
sb.append(str8);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((this.b.hashCode() * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.c.hashCode()) * 31) + this.d.hashCode()) * 31) + this.g.hashCode()) * 31) + this.j.hashCode()) * 31) + this.i.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1366aC)) {
return false;
}
C1366aC c1366aC = (C1366aC) obj;
return C14957gcv.b((Object) this.b, (Object) c1366aC.b) && C14957gcv.b((Object) this.a, (Object) c1366aC.a) && C14957gcv.b((Object) this.e, (Object) c1366aC.e) && C14957gcv.b((Object) this.c, (Object) c1366aC.c) && C14957gcv.b((Object) this.d, (Object) c1366aC.d) && C14957gcv.b((Object) this.g, (Object) c1366aC.g) && C14957gcv.b((Object) this.j, (Object) c1366aC.j) && C14957gcv.b((Object) this.i, (Object) c1366aC.i);
}
}