129 lines
4.0 KiB
Java
129 lines
4.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.aY, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C2128aY {
|
|
|
|
@SerializedName("encryptPin")
|
|
public String a;
|
|
|
|
@SerializedName("dtag")
|
|
public String b;
|
|
|
|
@SerializedName("e2eeSid")
|
|
public String c;
|
|
|
|
@SerializedName("pseudoPin")
|
|
public String d;
|
|
|
|
@SerializedName("pseudoSid")
|
|
public String e;
|
|
|
|
@SerializedName("tag")
|
|
public String f;
|
|
|
|
@SerializedName("tcAccept")
|
|
public C11264ec g;
|
|
|
|
@SerializedName("applicationId")
|
|
private String h;
|
|
|
|
@SerializedName("uuid")
|
|
private String i;
|
|
|
|
@SerializedName("tilesVersion")
|
|
public String j;
|
|
|
|
private C2128aY(byte b) {
|
|
this.b = null;
|
|
this.a = null;
|
|
this.c = null;
|
|
this.h = null;
|
|
this.i = null;
|
|
this.g = null;
|
|
this.d = null;
|
|
this.e = null;
|
|
this.f = null;
|
|
this.j = null;
|
|
}
|
|
|
|
private /* synthetic */ C2128aY(char c) {
|
|
this((byte) 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.a;
|
|
String str3 = this.c;
|
|
String str4 = this.h;
|
|
String str5 = this.i;
|
|
C11264ec c11264ec = this.g;
|
|
String str6 = this.d;
|
|
String str7 = this.e;
|
|
String str8 = this.f;
|
|
String str9 = this.j;
|
|
StringBuilder sb = new StringBuilder("LoginRequestEncrypt(dtag=");
|
|
sb.append(str);
|
|
sb.append(", encryptPin=");
|
|
sb.append(str2);
|
|
sb.append(", e2eeSid=");
|
|
sb.append(str3);
|
|
sb.append(", applicationId=");
|
|
sb.append(str4);
|
|
sb.append(", uuid=");
|
|
sb.append(str5);
|
|
sb.append(", tcAccept=");
|
|
sb.append(c11264ec);
|
|
sb.append(", pseudoPin=");
|
|
sb.append(str6);
|
|
sb.append(", pseudoSid=");
|
|
sb.append(str7);
|
|
sb.append(", tag=");
|
|
sb.append(str8);
|
|
sb.append(", tilesVersion=");
|
|
sb.append(str9);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.b;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.a;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.c;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.h;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.i;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
C11264ec c11264ec = this.g;
|
|
int hashCode6 = c11264ec == null ? 0 : c11264ec.hashCode();
|
|
String str6 = this.d;
|
|
int hashCode7 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.e;
|
|
int hashCode8 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.f;
|
|
int hashCode9 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.j;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str9 != null ? str9.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C2128aY)) {
|
|
return false;
|
|
}
|
|
C2128aY c2128aY = (C2128aY) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) c2128aY.b) && C14957gcv.b((Object) this.a, (Object) c2128aY.a) && C14957gcv.b((Object) this.c, (Object) c2128aY.c) && C14957gcv.b((Object) this.h, (Object) c2128aY.h) && C14957gcv.b((Object) this.i, (Object) c2128aY.i) && C14957gcv.b(this.g, c2128aY.g) && C14957gcv.b((Object) this.d, (Object) c2128aY.d) && C14957gcv.b((Object) this.e, (Object) c2128aY.e) && C14957gcv.b((Object) this.f, (Object) c2128aY.f) && C14957gcv.b((Object) this.j, (Object) c2128aY.j);
|
|
}
|
|
|
|
public C2128aY() {
|
|
this((char) 0);
|
|
}
|
|
}
|